Adyen · JSON-LD Context

Adyen Checkout Checkout Three Context

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

2 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

CheckoutThreeDS2Action url

Properties

Property Type Container
authorisationToken string
paymentData string
paymentMethodType string
subtype string
token string
type 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#",
    "CheckoutThreeDS2Action": "adyen:CheckoutThreeDS2Action",
    "authorisationToken": {
      "@id": "adyen:authorisationToken",
      "@type": "xsd:string"
    },
    "paymentData": {
      "@id": "adyen:paymentData",
      "@type": "xsd:string"
    },
    "paymentMethodType": {
      "@id": "adyen:paymentMethodType",
      "@type": "xsd:string"
    },
    "subtype": {
      "@id": "adyen:subtype",
      "@type": "xsd:string"
    },
    "token": {
      "@id": "adyen:token",
      "@type": "xsd:string"
    },
    "type": {
      "@id": "adyen:type",
      "@type": "xsd:string"
    },
    "url": "schema:url"
  }
}