Adyen · JSON-LD Context

Adyen Configuration Card Info Context

JSON-LD context defining the semantic vocabulary for Adyen Configuration Card Info from Adyen.

1 Classes 8 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

CardInfo

Properties

Property Type Container
authentication string
brand string
brandVariant string
cardholderName string
configuration string
deliveryContact string
formFactor string
threeDSecure 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#",
    "CardInfo": "adyen:CardInfo",
    "authentication": {
      "@id": "adyen:authentication",
      "@type": "xsd:string"
    },
    "brand": {
      "@id": "adyen:brand",
      "@type": "xsd:string"
    },
    "brandVariant": {
      "@id": "adyen:brandVariant",
      "@type": "xsd:string"
    },
    "cardholderName": {
      "@id": "adyen:cardholderName",
      "@type": "xsd:string"
    },
    "configuration": {
      "@id": "adyen:configuration",
      "@type": "xsd:string"
    },
    "deliveryContact": {
      "@id": "adyen:deliveryContact",
      "@type": "xsd:string"
    },
    "formFactor": {
      "@id": "adyen:formFactor",
      "@type": "xsd:string"
    },
    "threeDSecure": {
      "@id": "adyen:threeDSecure",
      "@type": "xsd:string"
    }
  }
}