Adyen · JSON-LD Context

Adyen Terminal Menu Entry Context

JSON-LD context defining the semantic vocabulary for Adyen Terminal Menu Entry from Adyen.

2 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

MenuEntry MenuEntryTag

Properties

Property Type Container
DefaultSelectedFlag boolean
OutputFormat string
PredefinedContent string
OutputText string set
OutputXHTML 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#",
    "MenuEntry": "adyen:MenuEntry",
    "MenuEntryTag": "adyen:MenuEntryTag",
    "DefaultSelectedFlag": {
      "@id": "adyen:DefaultSelectedFlag",
      "@type": "xsd:boolean"
    },
    "OutputFormat": {
      "@id": "adyen:OutputFormat",
      "@type": "xsd:string"
    },
    "PredefinedContent": {
      "@id": "adyen:PredefinedContent",
      "@type": "xsd:string"
    },
    "OutputText": {
      "@id": "adyen:OutputText",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "OutputXHTML": {
      "@id": "adyen:OutputXHTML",
      "@type": "xsd:string"
    }
  }
}