Adyen · JSON-LD Context

Adyen Terminal Mobile Data Context

JSON-LD context defining the semantic vocabulary for Adyen Terminal Mobile Data from Adyen.

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

MobileData

Properties

Property Type Container
MobileCountryCode integer
MobileNetworkCode integer
MaskedMSISDN integer
Geolocation string
ProtectedMobileData string
SensitiveMobileData 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#",
    "MobileData": "adyen:MobileData",
    "MobileCountryCode": {
      "@id": "adyen:MobileCountryCode",
      "@type": "xsd:integer"
    },
    "MobileNetworkCode": {
      "@id": "adyen:MobileNetworkCode",
      "@type": "xsd:integer"
    },
    "MaskedMSISDN": {
      "@id": "adyen:MaskedMSISDN",
      "@type": "xsd:integer"
    },
    "Geolocation": {
      "@id": "adyen:Geolocation",
      "@type": "xsd:string"
    },
    "ProtectedMobileData": {
      "@id": "adyen:ProtectedMobileData",
      "@type": "xsd:string"
    },
    "SensitiveMobileData": {
      "@id": "adyen:SensitiveMobileData",
      "@type": "xsd:string"
    }
  }
}