Adyen · JSON-LD Context

Adyen Management Terminal Context

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

Terminal

Properties

Property Type Container
assignment string
connectivity string
firmwareVersion string
id string
lastActivityAt dateTime
lastTransactionAt dateTime
model string
serialNumber 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#",
    "Terminal": "adyen:Terminal",
    "assignment": {
      "@id": "adyen:assignment",
      "@type": "xsd:string"
    },
    "connectivity": {
      "@id": "adyen:connectivity",
      "@type": "xsd:string"
    },
    "firmwareVersion": {
      "@id": "adyen:firmwareVersion",
      "@type": "xsd:string"
    },
    "id": {
      "@id": "adyen:id",
      "@type": "xsd:string"
    },
    "lastActivityAt": {
      "@id": "adyen:lastActivityAt",
      "@type": "xsd:dateTime"
    },
    "lastTransactionAt": {
      "@id": "adyen:lastTransactionAt",
      "@type": "xsd:dateTime"
    },
    "model": {
      "@id": "adyen:model",
      "@type": "xsd:string"
    },
    "serialNumber": {
      "@id": "adyen:serialNumber",
      "@type": "xsd:string"
    }
  }
}