Adyen · JSON-LD Context

Adyen Terminal Output Text Context

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

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

OutputText

Properties

Property Type Container
Text string
CharacterSet integer
Font string
StartRow integer
StartColumn integer
Color string
CharacterWidth string
CharacterHeight string
CharacterStyle string
Alignment string
EndOfLineFlag boolean

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#",
    "OutputText": "adyen:OutputText",
    "Text": {
      "@id": "adyen:Text",
      "@type": "xsd:string"
    },
    "CharacterSet": {
      "@id": "adyen:CharacterSet",
      "@type": "xsd:integer"
    },
    "Font": {
      "@id": "adyen:Font",
      "@type": "xsd:string"
    },
    "StartRow": {
      "@id": "adyen:StartRow",
      "@type": "xsd:integer"
    },
    "StartColumn": {
      "@id": "adyen:StartColumn",
      "@type": "xsd:integer"
    },
    "Color": {
      "@id": "adyen:Color",
      "@type": "xsd:string"
    },
    "CharacterWidth": {
      "@id": "adyen:CharacterWidth",
      "@type": "xsd:string"
    },
    "CharacterHeight": {
      "@id": "adyen:CharacterHeight",
      "@type": "xsd:string"
    },
    "CharacterStyle": {
      "@id": "adyen:CharacterStyle",
      "@type": "xsd:string"
    },
    "Alignment": {
      "@id": "adyen:Alignment",
      "@type": "xsd:string"
    },
    "EndOfLineFlag": {
      "@id": "adyen:EndOfLineFlag",
      "@type": "xsd:boolean"
    }
  }
}