Adyen · JSON-LD Context

Adyen Management Terminal Product Context

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

4 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

TerminalProductPrice TerminalProduct description name

Properties

Property Type Container
currency string
value double
id string
itemsIncluded string set
price 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#",
    "TerminalProductPrice": "adyen:TerminalProductPrice",
    "TerminalProduct": "adyen:TerminalProduct",
    "currency": {
      "@id": "adyen:currency",
      "@type": "xsd:string"
    },
    "value": {
      "@id": "adyen:value",
      "@type": "xsd:double"
    },
    "description": "schema:description",
    "id": {
      "@id": "adyen:id",
      "@type": "xsd:string"
    },
    "itemsIncluded": {
      "@id": "adyen:itemsIncluded",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "price": {
      "@id": "adyen:price",
      "@type": "xsd:string"
    }
  }
}