Adyen · JSON-LD Context

Adyen Management Schedule Terminal Context

JSON-LD context defining the semantic vocabulary for Adyen Management Schedule Terminal 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

ScheduleTerminalActionsRequest ScheduleTerminalActionsResponse

Properties

Property Type Container
actionDetails string
scheduledAt string
storeId string
terminalIds string set
items string set
terminalsWithErrors reference
totalErrors integer
totalScheduled integer

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#",
    "ScheduleTerminalActionsRequest": "adyen:ScheduleTerminalActionsRequest",
    "ScheduleTerminalActionsResponse": "adyen:ScheduleTerminalActionsResponse",
    "actionDetails": {
      "@id": "adyen:actionDetails",
      "@type": "xsd:string"
    },
    "scheduledAt": {
      "@id": "adyen:scheduledAt",
      "@type": "xsd:string"
    },
    "storeId": {
      "@id": "adyen:storeId",
      "@type": "xsd:string"
    },
    "terminalIds": {
      "@id": "adyen:terminalIds",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "items": {
      "@id": "adyen:items",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "terminalsWithErrors": {
      "@id": "adyen:terminalsWithErrors",
      "@type": "@id"
    },
    "totalErrors": {
      "@id": "adyen:totalErrors",
      "@type": "xsd:integer"
    },
    "totalScheduled": {
      "@id": "adyen:totalScheduled",
      "@type": "xsd:integer"
    }
  }
}