Adyen · JSON-LD Context

Adyen Accounts Ultimate Parent Context

JSON-LD context defining the semantic vocabulary for Adyen Accounts Ultimate Parent 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

UltimateParentCompanyBusinessDetails UltimateParentCompany

Properties

Property Type Container
legalBusinessName string
registrationNumber string
stockExchange string
stockNumber string
stockTicker string
address string
businessDetails string
ultimateParentCompanyCode 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#",
    "UltimateParentCompanyBusinessDetails": "adyen:UltimateParentCompanyBusinessDetails",
    "UltimateParentCompany": "adyen:UltimateParentCompany",
    "legalBusinessName": {
      "@id": "adyen:legalBusinessName",
      "@type": "xsd:string"
    },
    "registrationNumber": {
      "@id": "adyen:registrationNumber",
      "@type": "xsd:string"
    },
    "stockExchange": {
      "@id": "adyen:stockExchange",
      "@type": "xsd:string"
    },
    "stockNumber": {
      "@id": "adyen:stockNumber",
      "@type": "xsd:string"
    },
    "stockTicker": {
      "@id": "adyen:stockTicker",
      "@type": "xsd:string"
    },
    "address": {
      "@id": "adyen:address",
      "@type": "xsd:string"
    },
    "businessDetails": {
      "@id": "adyen:businessDetails",
      "@type": "xsd:string"
    },
    "ultimateParentCompanyCode": {
      "@id": "adyen:ultimateParentCompanyCode",
      "@type": "xsd:string"
    }
  }
}