Adyen · JSON-LD Context

Adyen Binlookup Three Ds2 Context

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

ThreeDS2CardRangeDetail

Properties

Property Type Container
acsInfoInd string set
brandCode string
endRange string
startRange string
threeDS2Versions string set
threeDSMethodURL 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#",
    "ThreeDS2CardRangeDetail": "adyen:ThreeDS2CardRangeDetail",
    "acsInfoInd": {
      "@id": "adyen:acsInfoInd",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "brandCode": {
      "@id": "adyen:brandCode",
      "@type": "xsd:string"
    },
    "endRange": {
      "@id": "adyen:endRange",
      "@type": "xsd:string"
    },
    "startRange": {
      "@id": "adyen:startRange",
      "@type": "xsd:string"
    },
    "threeDS2Versions": {
      "@id": "adyen:threeDS2Versions",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "threeDSMethodURL": {
      "@id": "adyen:threeDSMethodURL",
      "@type": "xsd:string"
    }
  }
}