Adyen · JSON-LD Context

Adyen Legal Entity Get Context

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

2 Classes 5 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

GetPciQuestionnaireInfosResponse GetPciQuestionnaireResponse

Properties

Property Type Container
data string set
content string
createdAt dateTime
id string
validUntil dateTime

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#",
    "GetPciQuestionnaireInfosResponse": "adyen:GetPciQuestionnaireInfosResponse",
    "GetPciQuestionnaireResponse": "adyen:GetPciQuestionnaireResponse",
    "data": {
      "@id": "adyen:data",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "content": {
      "@id": "adyen:content",
      "@type": "xsd:string"
    },
    "createdAt": {
      "@id": "adyen:createdAt",
      "@type": "xsd:dateTime"
    },
    "id": {
      "@id": "adyen:id",
      "@type": "xsd:string"
    },
    "validUntil": {
      "@id": "adyen:validUntil",
      "@type": "xsd:dateTime"
    }
  }
}