Adyen · JSON-LD Context

Adyen Legal Entity Identification Context

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

1 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

IdentificationData

Properties

Property Type Container
cardNumber string
expiryDate string
issuerCountry string
issuerState string
nationalIdExempt boolean
number string
type 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#",
    "IdentificationData": "adyen:IdentificationData",
    "cardNumber": {
      "@id": "adyen:cardNumber",
      "@type": "xsd:string"
    },
    "expiryDate": {
      "@id": "adyen:expiryDate",
      "@type": "xsd:string"
    },
    "issuerCountry": {
      "@id": "adyen:issuerCountry",
      "@type": "xsd:string"
    },
    "issuerState": {
      "@id": "adyen:issuerState",
      "@type": "xsd:string"
    },
    "nationalIdExempt": {
      "@id": "adyen:nationalIdExempt",
      "@type": "xsd:boolean"
    },
    "number": {
      "@id": "adyen:number",
      "@type": "xsd:string"
    },
    "type": {
      "@id": "adyen:type",
      "@type": "xsd:string"
    }
  }
}