Adyen · JSON-LD Context

Adyen Checkout Sub Input Context

JSON-LD context defining the semantic vocabulary for Adyen Checkout Sub Input from Adyen.

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

SubInputDetail

Properties

Property Type Container
configuration reference
items string set
key string
optional boolean
type string
value 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#",
    "SubInputDetail": "adyen:SubInputDetail",
    "configuration": {
      "@id": "adyen:configuration",
      "@type": "@id"
    },
    "items": {
      "@id": "adyen:items",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "key": {
      "@id": "adyen:key",
      "@type": "xsd:string"
    },
    "optional": {
      "@id": "adyen:optional",
      "@type": "xsd:boolean"
    },
    "type": {
      "@id": "adyen:type",
      "@type": "xsd:string"
    },
    "value": {
      "@id": "adyen:value",
      "@type": "xsd:string"
    }
  }
}