Adyen · JSON-LD Context

Adyen Configuration Device Info Context

JSON-LD context defining the semantic vocabulary for Adyen Configuration Device Info from Adyen.

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

DeviceInfo

Properties

Property Type Container
cardCaptureTechnology string
deviceName string
formFactor string
imei string
isoDeviceType string
msisdn string
osName string
osVersion string
paymentTypes string set
serialNumber string
storageTechnology 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#",
    "DeviceInfo": "adyen:DeviceInfo",
    "cardCaptureTechnology": {
      "@id": "adyen:cardCaptureTechnology",
      "@type": "xsd:string"
    },
    "deviceName": {
      "@id": "adyen:deviceName",
      "@type": "xsd:string"
    },
    "formFactor": {
      "@id": "adyen:formFactor",
      "@type": "xsd:string"
    },
    "imei": {
      "@id": "adyen:imei",
      "@type": "xsd:string"
    },
    "isoDeviceType": {
      "@id": "adyen:isoDeviceType",
      "@type": "xsd:string"
    },
    "msisdn": {
      "@id": "adyen:msisdn",
      "@type": "xsd:string"
    },
    "osName": {
      "@id": "adyen:osName",
      "@type": "xsd:string"
    },
    "osVersion": {
      "@id": "adyen:osVersion",
      "@type": "xsd:string"
    },
    "paymentTypes": {
      "@id": "adyen:paymentTypes",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "serialNumber": {
      "@id": "adyen:serialNumber",
      "@type": "xsd:string"
    },
    "storageTechnology": {
      "@id": "adyen:storageTechnology",
      "@type": "xsd:string"
    }
  }
}