Adyen · JSON-LD Context

Adyen Terminal Event Notification Context

JSON-LD context defining the semantic vocabulary for Adyen Terminal Event Notification from Adyen.

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

EventNotification

Properties

Property Type Container
TimeStamp dateTime
EventToNotify string
EventDetails string
RejectedMessage string
MaintenanceRequiredFlag boolean
CustomerLanguage string
DisplayOutput string set

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#",
    "EventNotification": "adyen:EventNotification",
    "TimeStamp": {
      "@id": "adyen:TimeStamp",
      "@type": "xsd:dateTime"
    },
    "EventToNotify": {
      "@id": "adyen:EventToNotify",
      "@type": "xsd:string"
    },
    "EventDetails": {
      "@id": "adyen:EventDetails",
      "@type": "xsd:string"
    },
    "RejectedMessage": {
      "@id": "adyen:RejectedMessage",
      "@type": "xsd:string"
    },
    "MaintenanceRequiredFlag": {
      "@id": "adyen:MaintenanceRequiredFlag",
      "@type": "xsd:boolean"
    },
    "CustomerLanguage": {
      "@id": "adyen:CustomerLanguage",
      "@type": "xsd:string"
    },
    "DisplayOutput": {
      "@id": "adyen:DisplayOutput",
      "@container": "@set",
      "@type": "xsd:string"
    }
  }
}