Adyen · JSON-LD Context

Adyen Legal Entity Individual Context

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

3 Classes 7 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

Individual email name

Properties

Property Type Container
birthData string
identificationData string
nationality string
phone string
residentialAddress string
taxInformation string set
webData string

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#",
    "Individual": "adyen:Individual",
    "birthData": {
      "@id": "adyen:birthData",
      "@type": "xsd:string"
    },
    "email": "schema:email",
    "identificationData": {
      "@id": "adyen:identificationData",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "nationality": {
      "@id": "adyen:nationality",
      "@type": "xsd:string"
    },
    "phone": {
      "@id": "adyen:phone",
      "@type": "xsd:string"
    },
    "residentialAddress": {
      "@id": "adyen:residentialAddress",
      "@type": "xsd:string"
    },
    "taxInformation": {
      "@id": "adyen:taxInformation",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "webData": {
      "@id": "adyen:webData",
      "@type": "xsd:string"
    }
  }
}