Adyen · JSON-LD Context

Adyen Checkout Application Info Context

JSON-LD context defining the semantic vocabulary for Adyen Checkout Application Info 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

ApplicationInfo

Properties

Property Type Container
adyenLibrary string
adyenPaymentSource string
externalPlatform string
merchantApplication string
merchantDevice string
shopperInteractionDevice 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#",
    "ApplicationInfo": "adyen:ApplicationInfo",
    "adyenLibrary": {
      "@id": "adyen:adyenLibrary",
      "@type": "xsd:string"
    },
    "adyenPaymentSource": {
      "@id": "adyen:adyenPaymentSource",
      "@type": "xsd:string"
    },
    "externalPlatform": {
      "@id": "adyen:externalPlatform",
      "@type": "xsd:string"
    },
    "merchantApplication": {
      "@id": "adyen:merchantApplication",
      "@type": "xsd:string"
    },
    "merchantDevice": {
      "@id": "adyen:merchantDevice",
      "@type": "xsd:string"
    },
    "shopperInteractionDevice": {
      "@id": "adyen:shopperInteractionDevice",
      "@type": "xsd:string"
    }
  }
}