Adyen · JSON-LD Context

Adyen Terminal Message Header Context

JSON-LD context defining the semantic vocabulary for Adyen Terminal Message Header from Adyen.

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

MessageHeader

Properties

Property Type Container
ProtocolVersion string
MessageClass string
MessageCategory string
MessageType string
ServiceID string
DeviceID string
SaleID string
POIID 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#",
    "MessageHeader": "adyen:MessageHeader",
    "ProtocolVersion": {
      "@id": "adyen:ProtocolVersion",
      "@type": "xsd:string"
    },
    "MessageClass": {
      "@id": "adyen:MessageClass",
      "@type": "xsd:string"
    },
    "MessageCategory": {
      "@id": "adyen:MessageCategory",
      "@type": "xsd:string"
    },
    "MessageType": {
      "@id": "adyen:MessageType",
      "@type": "xsd:string"
    },
    "ServiceID": {
      "@id": "adyen:ServiceID",
      "@type": "xsd:string"
    },
    "DeviceID": {
      "@id": "adyen:DeviceID",
      "@type": "xsd:string"
    },
    "SaleID": {
      "@id": "adyen:SaleID",
      "@type": "xsd:string"
    },
    "POIID": {
      "@id": "adyen:POIID",
      "@type": "xsd:string"
    }
  }
}