Adyen · JSON-LD Context

Adyen Payments Fraud Check Context

JSON-LD context defining the semantic vocabulary for Adyen Payments Fraud Check from Adyen.

3 Classes 2 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

FraudCheckResult FraudCheckResultWrapper name

Properties

Property Type Container
accountScore integer
checkId integer

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#",
    "FraudCheckResult": "adyen:FraudCheckResult",
    "FraudCheckResultWrapper": "adyen:FraudCheckResultWrapper",
    "accountScore": {
      "@id": "adyen:accountScore",
      "@type": "xsd:integer"
    },
    "checkId": {
      "@id": "adyen:checkId",
      "@type": "xsd:integer"
    },
    "name": "schema:name"
  }
}