Adyen · JSON-LD Context

Adyen Management Configuration Context

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

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

Configuration

Properties

Property Type Container
brand string
country string set
currencies string set
sources string set

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#",
    "Configuration": "adyen:Configuration",
    "brand": {
      "@id": "adyen:brand",
      "@type": "xsd:string"
    },
    "country": {
      "@id": "adyen:country",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "currencies": {
      "@id": "adyen:currencies",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "sources": {
      "@id": "adyen:sources",
      "@container": "@set",
      "@type": "xsd:string"
    }
  }
}