Adyen · JSON-LD Context

Adyen Management Terminal Assignment Context

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

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

TerminalAssignment

Properties

Property Type Container
companyId string
merchantId string
reassignmentTarget string
status 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#",
    "TerminalAssignment": "adyen:TerminalAssignment",
    "companyId": {
      "@id": "adyen:companyId",
      "@type": "xsd:string"
    },
    "merchantId": {
      "@id": "adyen:merchantId",
      "@type": "xsd:string"
    },
    "reassignmentTarget": {
      "@id": "adyen:reassignmentTarget",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "adyen:status",
      "@type": "xsd:string"
    },
    "storeId": {
      "@id": "adyen:storeId",
      "@type": "xsd:string"
    }
  }
}