Adyen · JSON-LD Context

Adyen Accounts Business Details Context

JSON-LD context defining the semantic vocabulary for Adyen Accounts Business Details from Adyen.

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

BusinessDetails

Properties

Property Type Container
doingBusinessAs string
legalBusinessName string
listedUltimateParentCompany string set
registrationNumber string
shareholders string set
signatories string set
stockExchange string
stockNumber string
stockTicker string
taxId 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#",
    "BusinessDetails": "adyen:BusinessDetails",
    "doingBusinessAs": {
      "@id": "adyen:doingBusinessAs",
      "@type": "xsd:string"
    },
    "legalBusinessName": {
      "@id": "adyen:legalBusinessName",
      "@type": "xsd:string"
    },
    "listedUltimateParentCompany": {
      "@id": "adyen:listedUltimateParentCompany",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "registrationNumber": {
      "@id": "adyen:registrationNumber",
      "@type": "xsd:string"
    },
    "shareholders": {
      "@id": "adyen:shareholders",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "signatories": {
      "@id": "adyen:signatories",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "stockExchange": {
      "@id": "adyen:stockExchange",
      "@type": "xsd:string"
    },
    "stockNumber": {
      "@id": "adyen:stockNumber",
      "@type": "xsd:string"
    },
    "stockTicker": {
      "@id": "adyen:stockTicker",
      "@type": "xsd:string"
    },
    "taxId": {
      "@id": "adyen:taxId",
      "@type": "xsd:string"
    }
  }
}