Adyen · JSON-LD Context

Adyen Legal Entity Generate Context

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

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

GeneratePciDescriptionRequest GeneratePciDescriptionResponse

Properties

Property Type Container
additionalSalesChannels string set
language string
content string
pciTemplateReferences 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#",
    "GeneratePciDescriptionRequest": "adyen:GeneratePciDescriptionRequest",
    "GeneratePciDescriptionResponse": "adyen:GeneratePciDescriptionResponse",
    "additionalSalesChannels": {
      "@id": "adyen:additionalSalesChannels",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "language": {
      "@id": "adyen:language",
      "@type": "xsd:string"
    },
    "content": {
      "@id": "adyen:content",
      "@type": "xsd:string"
    },
    "pciTemplateReferences": {
      "@id": "adyen:pciTemplateReferences",
      "@container": "@set",
      "@type": "xsd:string"
    }
  }
}