Adyen · JSON-LD Context

Adyen Management Terminal Connectivity Context

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

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

TerminalConnectivityBluetooth TerminalConnectivityCellular TerminalConnectivityEthernet TerminalConnectivity TerminalConnectivityWifi

Properties

Property Type Container
ipAddress string
macAddress string
iccid string
status string
linkNegotiation string
bluetooth string
cellular string
ethernet string
wifi string
ssid 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#",
    "TerminalConnectivityBluetooth": "adyen:TerminalConnectivityBluetooth",
    "TerminalConnectivityCellular": "adyen:TerminalConnectivityCellular",
    "TerminalConnectivityEthernet": "adyen:TerminalConnectivityEthernet",
    "TerminalConnectivity": "adyen:TerminalConnectivity",
    "TerminalConnectivityWifi": "adyen:TerminalConnectivityWifi",
    "ipAddress": {
      "@id": "adyen:ipAddress",
      "@type": "xsd:string"
    },
    "macAddress": {
      "@id": "adyen:macAddress",
      "@type": "xsd:string"
    },
    "iccid": {
      "@id": "adyen:iccid",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "adyen:status",
      "@type": "xsd:string"
    },
    "linkNegotiation": {
      "@id": "adyen:linkNegotiation",
      "@type": "xsd:string"
    },
    "bluetooth": {
      "@id": "adyen:bluetooth",
      "@type": "xsd:string"
    },
    "cellular": {
      "@id": "adyen:cellular",
      "@type": "xsd:string"
    },
    "ethernet": {
      "@id": "adyen:ethernet",
      "@type": "xsd:string"
    },
    "wifi": {
      "@id": "adyen:wifi",
      "@type": "xsd:string"
    },
    "ssid": {
      "@id": "adyen:ssid",
      "@type": "xsd:string"
    }
  }
}