Adyen · JSON-LD Context

Adyen Transfers Party Identification Context

JSON-LD context defining the semantic vocabulary for Adyen Transfers Party 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

PartyIdentification

Properties

Property Type Container
address string
dateOfBirth date
firstName string
fullName string
lastName string
reference 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#",
    "PartyIdentification": "adyen:PartyIdentification",
    "address": {
      "@id": "adyen:address",
      "@type": "xsd:string"
    },
    "dateOfBirth": {
      "@id": "adyen:dateOfBirth",
      "@type": "xsd:date"
    },
    "firstName": {
      "@id": "adyen:firstName",
      "@type": "xsd:string"
    },
    "fullName": {
      "@id": "adyen:fullName",
      "@type": "xsd:string"
    },
    "lastName": {
      "@id": "adyen:lastName",
      "@type": "xsd:string"
    },
    "reference": {
      "@id": "adyen:reference",
      "@type": "xsd:string"
    },
    "type": {
      "@id": "adyen:type",
      "@type": "xsd:string"
    }
  }
}