Adyen · JSON-LD Context

Adyen Checkout Risk Data Context

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

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

RiskData

Properties

Property Type Container
clientData string
customFields reference
fraudOffset integer
profileReference 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#",
    "RiskData": "adyen:RiskData",
    "clientData": {
      "@id": "adyen:clientData",
      "@type": "xsd:string"
    },
    "customFields": {
      "@id": "adyen:customFields",
      "@type": "@id"
    },
    "fraudOffset": {
      "@id": "adyen:fraudOffset",
      "@type": "xsd:integer"
    },
    "profileReference": {
      "@id": "adyen:profileReference",
      "@type": "xsd:string"
    }
  }
}