Adyen · JSON-LD Context

Adyen Management Company Context

JSON-LD context defining the semantic vocabulary for Adyen Management Company from Adyen.

3 Classes 5 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

Company description name

Properties

Property Type Container
Links string
dataCenters string set
id string
reference string
status 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#",
    "Company": "adyen:Company",
    "Links": {
      "@id": "adyen:_links",
      "@type": "xsd:string"
    },
    "dataCenters": {
      "@id": "adyen:dataCenters",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "description": "schema:description",
    "id": {
      "@id": "adyen:id",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "reference": {
      "@id": "adyen:reference",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "adyen:status",
      "@type": "xsd:string"
    }
  }
}