Adyen · JSON-LD Context

Adyen Accounts Document Detail Context

JSON-LD context defining the semantic vocabulary for Adyen Accounts Document Detail from Adyen.

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

DocumentDetail description

Properties

Property Type Container
accountHolderCode string
bankAccountUUID string
documentType string
filename string
legalArrangementCode string
legalArrangementEntityCode string
shareholderCode string
signatoryCode 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#",
    "DocumentDetail": "adyen:DocumentDetail",
    "accountHolderCode": {
      "@id": "adyen:accountHolderCode",
      "@type": "xsd:string"
    },
    "bankAccountUUID": {
      "@id": "adyen:bankAccountUUID",
      "@type": "xsd:string"
    },
    "description": "schema:description",
    "documentType": {
      "@id": "adyen:documentType",
      "@type": "xsd:string"
    },
    "filename": {
      "@id": "adyen:filename",
      "@type": "xsd:string"
    },
    "legalArrangementCode": {
      "@id": "adyen:legalArrangementCode",
      "@type": "xsd:string"
    },
    "legalArrangementEntityCode": {
      "@id": "adyen:legalArrangementEntityCode",
      "@type": "xsd:string"
    },
    "shareholderCode": {
      "@id": "adyen:shareholderCode",
      "@type": "xsd:string"
    },
    "signatoryCode": {
      "@id": "adyen:signatoryCode",
      "@type": "xsd:string"
    }
  }
}