Adyen · JSON-LD Context

Adyen Terminal Login Response Context

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

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

LoginResponse

Properties

Property Type Container
Response string
POISystemData string
TokenRequestStatus boolean
CustomerOrderStatus boolean

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#",
    "LoginResponse": "adyen:LoginResponse",
    "Response": {
      "@id": "adyen:Response",
      "@type": "xsd:string"
    },
    "POISystemData": {
      "@id": "adyen:POISystemData",
      "@type": "xsd:string"
    },
    "TokenRequestStatus": {
      "@id": "adyen:TokenRequestStatus",
      "@type": "xsd:boolean"
    },
    "CustomerOrderStatus": {
      "@id": "adyen:CustomerOrderStatus",
      "@type": "xsd:boolean"
    }
  }
}