Adyen · JSON-LD Context

Adyen Hosted Onboarding Show Context

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

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

ShowPages

Properties

Property Type Container
bankDetailsSummaryPage boolean
bankVerificationPage boolean
businessDetailsSummaryPage boolean
checksOverviewPage boolean
individualDetailsSummaryPage boolean
legalArrangementsDetailsSummaryPage boolean
manualBankAccountPage boolean
shareholderDetailsSummaryPage boolean
welcomePage 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#",
    "ShowPages": "adyen:ShowPages",
    "bankDetailsSummaryPage": {
      "@id": "adyen:bankDetailsSummaryPage",
      "@type": "xsd:boolean"
    },
    "bankVerificationPage": {
      "@id": "adyen:bankVerificationPage",
      "@type": "xsd:boolean"
    },
    "businessDetailsSummaryPage": {
      "@id": "adyen:businessDetailsSummaryPage",
      "@type": "xsd:boolean"
    },
    "checksOverviewPage": {
      "@id": "adyen:checksOverviewPage",
      "@type": "xsd:boolean"
    },
    "individualDetailsSummaryPage": {
      "@id": "adyen:individualDetailsSummaryPage",
      "@type": "xsd:boolean"
    },
    "legalArrangementsDetailsSummaryPage": {
      "@id": "adyen:legalArrangementsDetailsSummaryPage",
      "@type": "xsd:boolean"
    },
    "manualBankAccountPage": {
      "@id": "adyen:manualBankAccountPage",
      "@type": "xsd:boolean"
    },
    "shareholderDetailsSummaryPage": {
      "@id": "adyen:shareholderDetailsSummaryPage",
      "@type": "xsd:boolean"
    },
    "welcomePage": {
      "@id": "adyen:welcomePage",
      "@type": "xsd:boolean"
    }
  }
}