Adyen · JSON-LD Context

Adyen Terminal Display Output Context

JSON-LD context defining the semantic vocabulary for Adyen Terminal Display Output from Adyen.

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

DisplayOutput

Properties

Property Type Container
ResponseRequiredFlag boolean
MinimumDisplayTime integer
Device string
InfoQualify string
OutputContent string
MenuEntry string set
OutputSignature 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#",
    "DisplayOutput": "adyen:DisplayOutput",
    "ResponseRequiredFlag": {
      "@id": "adyen:ResponseRequiredFlag",
      "@type": "xsd:boolean"
    },
    "MinimumDisplayTime": {
      "@id": "adyen:MinimumDisplayTime",
      "@type": "xsd:integer"
    },
    "Device": {
      "@id": "adyen:Device",
      "@type": "xsd:string"
    },
    "InfoQualify": {
      "@id": "adyen:InfoQualify",
      "@type": "xsd:string"
    },
    "OutputContent": {
      "@id": "adyen:OutputContent",
      "@type": "xsd:string"
    },
    "MenuEntry": {
      "@id": "adyen:MenuEntry",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "OutputSignature": {
      "@id": "adyen:OutputSignature",
      "@type": "xsd:string"
    }
  }
}