Adyen · JSON-LD Context

Adyen Disputes Defense Document Context

JSON-LD context defining the semantic vocabulary for Adyen Disputes Defense Document from Adyen.

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

DefenseDocument DefenseDocumentType

Properties

Property Type Container
content string
contentType string
defenseDocumentTypeCode string
available boolean
requirementLevel 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#",
    "DefenseDocument": "adyen:DefenseDocument",
    "DefenseDocumentType": "adyen:DefenseDocumentType",
    "content": {
      "@id": "adyen:content",
      "@type": "xsd:string"
    },
    "contentType": {
      "@id": "adyen:contentType",
      "@type": "xsd:string"
    },
    "defenseDocumentTypeCode": {
      "@id": "adyen:defenseDocumentTypeCode",
      "@type": "xsd:string"
    },
    "available": {
      "@id": "adyen:available",
      "@type": "xsd:boolean"
    },
    "requirementLevel": {
      "@id": "adyen:requirementLevel",
      "@type": "xsd:string"
    }
  }
}