Adyen · JSON-LD Context

Adyen Terminal Login Request Context

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

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

LoginRequest

Properties

Property Type Container
DateTime dateTime
SaleSoftware string
SaleTerminalData string
TrainingModeFlag boolean
OperatorLanguage string
OperatorID string
ShiftNumber string
TokenRequestedType string
CustomerOrderReq string
POISerialNumber 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#",
    "LoginRequest": "adyen:LoginRequest",
    "DateTime": {
      "@id": "adyen:DateTime",
      "@type": "xsd:dateTime"
    },
    "SaleSoftware": {
      "@id": "adyen:SaleSoftware",
      "@type": "xsd:string"
    },
    "SaleTerminalData": {
      "@id": "adyen:SaleTerminalData",
      "@type": "xsd:string"
    },
    "TrainingModeFlag": {
      "@id": "adyen:TrainingModeFlag",
      "@type": "xsd:boolean"
    },
    "OperatorLanguage": {
      "@id": "adyen:OperatorLanguage",
      "@type": "xsd:string"
    },
    "OperatorID": {
      "@id": "adyen:OperatorID",
      "@type": "xsd:string"
    },
    "ShiftNumber": {
      "@id": "adyen:ShiftNumber",
      "@type": "xsd:string"
    },
    "TokenRequestedType": {
      "@id": "adyen:TokenRequestedType",
      "@type": "xsd:string"
    },
    "CustomerOrderReq": {
      "@id": "adyen:CustomerOrderReq",
      "@type": "xsd:string"
    },
    "POISerialNumber": {
      "@id": "adyen:POISerialNumber",
      "@type": "xsd:string"
    }
  }
}