Adyen · JSON-LD Context

Adyen Hosted Onboarding Collect Context

JSON-LD context defining the semantic vocabulary for Adyen Hosted Onboarding Collect from Adyen.

1 Classes 6 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

CollectInformation

Properties

Property Type Container
bankDetails boolean
businessDetails boolean
individualDetails boolean
legalArrangementDetails boolean
pciQuestionnaire boolean
shareholderDetails boolean

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#",
    "CollectInformation": "adyen:CollectInformation",
    "bankDetails": {
      "@id": "adyen:bankDetails",
      "@type": "xsd:boolean"
    },
    "businessDetails": {
      "@id": "adyen:businessDetails",
      "@type": "xsd:boolean"
    },
    "individualDetails": {
      "@id": "adyen:individualDetails",
      "@type": "xsd:boolean"
    },
    "legalArrangementDetails": {
      "@id": "adyen:legalArrangementDetails",
      "@type": "xsd:boolean"
    },
    "pciQuestionnaire": {
      "@id": "adyen:pciQuestionnaire",
      "@type": "xsd:boolean"
    },
    "shareholderDetails": {
      "@id": "adyen:shareholderDetails",
      "@type": "xsd:boolean"
    }
  }
}