Adyen · JSON-LD Context

Adyen Terminal Input Update Context

JSON-LD context defining the semantic vocabulary for Adyen Terminal Input Update 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

InputUpdate

Properties

Property Type Container
MessageReference string
OutputContent string
MenuEntry string set
OutputSignature string
MinLength integer
MaxLength integer
MaxDecimalLength integer

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#",
    "InputUpdate": "adyen:InputUpdate",
    "MessageReference": {
      "@id": "adyen:MessageReference",
      "@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"
    },
    "MinLength": {
      "@id": "adyen:MinLength",
      "@type": "xsd:integer"
    },
    "MaxLength": {
      "@id": "adyen:MaxLength",
      "@type": "xsd:integer"
    },
    "MaxDecimalLength": {
      "@id": "adyen:MaxDecimalLength",
      "@type": "xsd:integer"
    }
  }
}