Adyen · JSON-LD Context

Adyen Terminal Transaction Status Context

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

TransactionStatusRequest TransactionStatusResponse

Properties

Property Type Container
MessageReference string
ReceiptReprintFlag boolean
DocumentQualifier string set
Response string
RepeatedMessageResponse 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#",
    "TransactionStatusRequest": "adyen:TransactionStatusRequest",
    "TransactionStatusResponse": "adyen:TransactionStatusResponse",
    "MessageReference": {
      "@id": "adyen:MessageReference",
      "@type": "xsd:string"
    },
    "ReceiptReprintFlag": {
      "@id": "adyen:ReceiptReprintFlag",
      "@type": "xsd:boolean"
    },
    "DocumentQualifier": {
      "@id": "adyen:DocumentQualifier",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "Response": {
      "@id": "adyen:Response",
      "@type": "xsd:string"
    },
    "RepeatedMessageResponse": {
      "@id": "adyen:RepeatedMessageResponse",
      "@type": "xsd:string"
    }
  }
}