Adyen · JSON-LD Context

Adyen Terminal Poi Status Context

JSON-LD context defining the semantic vocabulary for Adyen Terminal Poi Status from Adyen.

1 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

POIStatus

Properties

Property Type Container
GlobalStatus string
SecurityOKFlag boolean
PEDOKFlag boolean
CardReaderOKFlag boolean
PrinterStatus string
CommunicationOKFlag boolean
CashHandlingDevice string set
FraudPreventionFlag 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#",
    "POIStatus": "adyen:POIStatus",
    "GlobalStatus": {
      "@id": "adyen:GlobalStatus",
      "@type": "xsd:string"
    },
    "SecurityOKFlag": {
      "@id": "adyen:SecurityOKFlag",
      "@type": "xsd:boolean"
    },
    "PEDOKFlag": {
      "@id": "adyen:PEDOKFlag",
      "@type": "xsd:boolean"
    },
    "CardReaderOKFlag": {
      "@id": "adyen:CardReaderOKFlag",
      "@type": "xsd:boolean"
    },
    "PrinterStatus": {
      "@id": "adyen:PrinterStatus",
      "@type": "xsd:string"
    },
    "CommunicationOKFlag": {
      "@id": "adyen:CommunicationOKFlag",
      "@type": "xsd:boolean"
    },
    "CashHandlingDevice": {
      "@id": "adyen:CashHandlingDevice",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "FraudPreventionFlag": {
      "@id": "adyen:FraudPreventionFlag",
      "@type": "xsd:boolean"
    }
  }
}