Adyen · JSON-LD Context

Adyen Terminal Repeated Response Context

JSON-LD context defining the semantic vocabulary for Adyen Terminal Repeated Response from Adyen.

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

RepeatedResponseMessageBody

Properties

Property Type Container
LoyaltyResponse string
PaymentResponse string
ReversalResponse string
StoredValueResponse string
CardAcquisitionResponse string
CardReaderAPDUResponse 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#",
    "RepeatedResponseMessageBody": "adyen:RepeatedResponseMessageBody",
    "LoyaltyResponse": {
      "@id": "adyen:LoyaltyResponse",
      "@type": "xsd:string"
    },
    "PaymentResponse": {
      "@id": "adyen:PaymentResponse",
      "@type": "xsd:string"
    },
    "ReversalResponse": {
      "@id": "adyen:ReversalResponse",
      "@type": "xsd:string"
    },
    "StoredValueResponse": {
      "@id": "adyen:StoredValueResponse",
      "@type": "xsd:string"
    },
    "CardAcquisitionResponse": {
      "@id": "adyen:CardAcquisitionResponse",
      "@type": "xsd:string"
    },
    "CardReaderAPDUResponse": {
      "@id": "adyen:CardReaderAPDUResponse",
      "@type": "xsd:string"
    }
  }
}