Adyen · JSON-LD Context

Adyen Management Terminal Reassignment Context

JSON-LD context defining the semantic vocabulary for Adyen Management Terminal Reassignment from Adyen.

2 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

TerminalReassignmentRequest TerminalReassignmentTarget

Properties

Property Type Container
companyId string
inventory boolean
merchantId string
storeId 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#",
    "TerminalReassignmentRequest": "adyen:TerminalReassignmentRequest",
    "TerminalReassignmentTarget": "adyen:TerminalReassignmentTarget",
    "companyId": {
      "@id": "adyen:companyId",
      "@type": "xsd:string"
    },
    "inventory": {
      "@id": "adyen:inventory",
      "@type": "xsd:boolean"
    },
    "merchantId": {
      "@id": "adyen:merchantId",
      "@type": "xsd:string"
    },
    "storeId": {
      "@id": "adyen:storeId",
      "@type": "xsd:string"
    }
  }
}