Adyen · JSON-LD Context

Adyen Legal Entity Pci Context

JSON-LD context defining the semantic vocabulary for Adyen Legal Entity Pci from Adyen.

3 Classes 6 Properties 4 Namespaces
View Context View on GitHub

Namespaces

adyen: https://docs.adyen.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

PciDocumentInfo PciSigningRequest PciSigningResponse

Properties

Property Type Container
createdAt dateTime
id string
validUntil dateTime
pciTemplateReferences string set
signedBy string
pciQuestionnaireIds string set

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "adyen": "https://docs.adyen.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "PciDocumentInfo": "adyen:PciDocumentInfo",
    "PciSigningRequest": "adyen:PciSigningRequest",
    "PciSigningResponse": "adyen:PciSigningResponse",
    "createdAt": {
      "@id": "adyen:createdAt",
      "@type": "xsd:dateTime"
    },
    "id": {
      "@id": "adyen:id",
      "@type": "xsd:string"
    },
    "validUntil": {
      "@id": "adyen:validUntil",
      "@type": "xsd:dateTime"
    },
    "pciTemplateReferences": {
      "@id": "adyen:pciTemplateReferences",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "signedBy": {
      "@id": "adyen:signedBy",
      "@type": "xsd:string"
    },
    "pciQuestionnaireIds": {
      "@id": "adyen:pciQuestionnaireIds",
      "@container": "@set",
      "@type": "xsd:string"
    }
  }
}