Adyen · JSON-LD Context

Adyen Checkout Three Ds Context

JSON-LD context defining the semantic vocabulary for Adyen Checkout Three Ds from Adyen.

3 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

ThreeDSRequestData ThreeDSRequestorAuthenticationInfo ThreeDSRequestorPriorAuthenticationInfo

Properties

Property Type Container
challengeWindowSize string
dataOnly string
nativeThreeDS string
threeDSVersion string
threeDSReqAuthData string
threeDSReqAuthMethod string
threeDSReqAuthTimestamp string
threeDSReqPriorAuthData string
threeDSReqPriorAuthMethod string
threeDSReqPriorAuthTimestamp string
threeDSReqPriorRef 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#",
    "ThreeDSRequestData": "adyen:ThreeDSRequestData",
    "ThreeDSRequestorAuthenticationInfo": "adyen:ThreeDSRequestorAuthenticationInfo",
    "ThreeDSRequestorPriorAuthenticationInfo": "adyen:ThreeDSRequestorPriorAuthenticationInfo",
    "challengeWindowSize": {
      "@id": "adyen:challengeWindowSize",
      "@type": "xsd:string"
    },
    "dataOnly": {
      "@id": "adyen:dataOnly",
      "@type": "xsd:string"
    },
    "nativeThreeDS": {
      "@id": "adyen:nativeThreeDS",
      "@type": "xsd:string"
    },
    "threeDSVersion": {
      "@id": "adyen:threeDSVersion",
      "@type": "xsd:string"
    },
    "threeDSReqAuthData": {
      "@id": "adyen:threeDSReqAuthData",
      "@type": "xsd:string"
    },
    "threeDSReqAuthMethod": {
      "@id": "adyen:threeDSReqAuthMethod",
      "@type": "xsd:string"
    },
    "threeDSReqAuthTimestamp": {
      "@id": "adyen:threeDSReqAuthTimestamp",
      "@type": "xsd:string"
    },
    "threeDSReqPriorAuthData": {
      "@id": "adyen:threeDSReqPriorAuthData",
      "@type": "xsd:string"
    },
    "threeDSReqPriorAuthMethod": {
      "@id": "adyen:threeDSReqPriorAuthMethod",
      "@type": "xsd:string"
    },
    "threeDSReqPriorAuthTimestamp": {
      "@id": "adyen:threeDSReqPriorAuthTimestamp",
      "@type": "xsd:string"
    },
    "threeDSReqPriorRef": {
      "@id": "adyen:threeDSReqPriorRef",
      "@type": "xsd:string"
    }
  }
}