Adyen · JSON-LD Context

Adyen Payments Three Ds Context

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

ThreeDSRequestorAuthenticationInfo ThreeDSRequestorPriorAuthenticationInfo

Properties

Property Type Container
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#",
    "ThreeDSRequestorAuthenticationInfo": "adyen:ThreeDSRequestorAuthenticationInfo",
    "ThreeDSRequestorPriorAuthenticationInfo": "adyen:ThreeDSRequestorPriorAuthenticationInfo",
    "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"
    }
  }
}