Adyen · JSON-LD Context

Adyen Data Protection Subject Context

JSON-LD context defining the semantic vocabulary for Adyen Data Protection Subject from Adyen.

2 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

SubjectErasureByPspReferenceRequest SubjectErasureResponse

Properties

Property Type Container
forceErasure boolean
merchantAccount string
pspReference string
result 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#",
    "SubjectErasureByPspReferenceRequest": "adyen:SubjectErasureByPspReferenceRequest",
    "SubjectErasureResponse": "adyen:SubjectErasureResponse",
    "forceErasure": {
      "@id": "adyen:forceErasure",
      "@type": "xsd:boolean"
    },
    "merchantAccount": {
      "@id": "adyen:merchantAccount",
      "@type": "xsd:string"
    },
    "pspReference": {
      "@id": "adyen:pspReference",
      "@type": "xsd:string"
    },
    "result": {
      "@id": "adyen:result",
      "@type": "xsd:string"
    }
  }
}