Adyen · JSON-LD Context

Adyen Payments Three Ds1 Context

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

ThreeDS1Result

Properties

Property Type Container
cavv string
cavvAlgorithm string
eci string
threeDAuthenticatedResponse string
threeDOfferedResponse string
xid 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#",
    "ThreeDS1Result": "adyen:ThreeDS1Result",
    "cavv": {
      "@id": "adyen:cavv",
      "@type": "xsd:string"
    },
    "cavvAlgorithm": {
      "@id": "adyen:cavvAlgorithm",
      "@type": "xsd:string"
    },
    "eci": {
      "@id": "adyen:eci",
      "@type": "xsd:string"
    },
    "threeDAuthenticatedResponse": {
      "@id": "adyen:threeDAuthenticatedResponse",
      "@type": "xsd:string"
    },
    "threeDOfferedResponse": {
      "@id": "adyen:threeDOfferedResponse",
      "@type": "xsd:string"
    },
    "xid": {
      "@id": "adyen:xid",
      "@type": "xsd:string"
    }
  }
}