Adyen · JSON-LD Context

Adyen Payments Additional Data3 Context

JSON-LD context defining the semantic vocabulary for Adyen Payments Additional Data3 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

AdditionalData3DSecure

Properties

Property Type Container
allow3DS2 string
challengeWindowSize string
executeThreeD string
mpiImplementationType string
scaExemption string
threeDSVersion 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#",
    "AdditionalData3DSecure": "adyen:AdditionalData3DSecure",
    "allow3DS2": {
      "@id": "adyen:allow3DS2",
      "@type": "xsd:string"
    },
    "challengeWindowSize": {
      "@id": "adyen:challengeWindowSize",
      "@type": "xsd:string"
    },
    "executeThreeD": {
      "@id": "adyen:executeThreeD",
      "@type": "xsd:string"
    },
    "mpiImplementationType": {
      "@id": "adyen:mpiImplementationType",
      "@type": "xsd:string"
    },
    "scaExemption": {
      "@id": "adyen:scaExemption",
      "@type": "xsd:string"
    },
    "threeDSVersion": {
      "@id": "adyen:threeDSVersion",
      "@type": "xsd:string"
    }
  }
}