Adyen · JSON-LD Context

Adyen Terminal Card Reader Context

JSON-LD context defining the semantic vocabulary for Adyen Terminal Card Reader from Adyen.

2 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

CardReaderAPDURequest CardReaderAPDUResponse

Properties

Property Type Container
APDUClass string
APDUInstruction string
APDUPar1 string
APDUPar2 string
APDUData string
APDUExpectedLength string
Response string
CardStatusWords 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#",
    "CardReaderAPDURequest": "adyen:CardReaderAPDURequest",
    "CardReaderAPDUResponse": "adyen:CardReaderAPDUResponse",
    "APDUClass": {
      "@id": "adyen:APDUClass",
      "@type": "xsd:string"
    },
    "APDUInstruction": {
      "@id": "adyen:APDUInstruction",
      "@type": "xsd:string"
    },
    "APDUPar1": {
      "@id": "adyen:APDUPar1",
      "@type": "xsd:string"
    },
    "APDUPar2": {
      "@id": "adyen:APDUPar2",
      "@type": "xsd:string"
    },
    "APDUData": {
      "@id": "adyen:APDUData",
      "@type": "xsd:string"
    },
    "APDUExpectedLength": {
      "@id": "adyen:APDUExpectedLength",
      "@type": "xsd:string"
    },
    "Response": {
      "@id": "adyen:Response",
      "@type": "xsd:string"
    },
    "CardStatusWords": {
      "@id": "adyen:CardStatusWords",
      "@type": "xsd:string"
    }
  }
}