Adyen · JSON-LD Context

Adyen Management Android App Context

JSON-LD context defining the semantic vocabulary for Adyen Management Android App from Adyen.

2 Classes 7 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

AndroidApp description

Properties

Property Type Container
errorCode string
id string
label string
packageName string
status string
versionCode integer
versionName 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#",
    "AndroidApp": "adyen:AndroidApp",
    "description": "schema:description",
    "errorCode": {
      "@id": "adyen:errorCode",
      "@type": "xsd:string"
    },
    "id": {
      "@id": "adyen:id",
      "@type": "xsd:string"
    },
    "label": {
      "@id": "adyen:label",
      "@type": "xsd:string"
    },
    "packageName": {
      "@id": "adyen:packageName",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "adyen:status",
      "@type": "xsd:string"
    },
    "versionCode": {
      "@id": "adyen:versionCode",
      "@type": "xsd:integer"
    },
    "versionName": {
      "@id": "adyen:versionName",
      "@type": "xsd:string"
    }
  }
}