Adyen · JSON-LD Context

Adyen Disputes Delete Defense Context

JSON-LD context defining the semantic vocabulary for Adyen Disputes Delete Defense 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

DeleteDefenseDocumentRequest DeleteDefenseDocumentResponse

Properties

Property Type Container
defenseDocumentType string
disputePspReference string
merchantAccountCode string
disputeServiceResult 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#",
    "DeleteDefenseDocumentRequest": "adyen:DeleteDefenseDocumentRequest",
    "DeleteDefenseDocumentResponse": "adyen:DeleteDefenseDocumentResponse",
    "defenseDocumentType": {
      "@id": "adyen:defenseDocumentType",
      "@type": "xsd:string"
    },
    "disputePspReference": {
      "@id": "adyen:disputePspReference",
      "@type": "xsd:string"
    },
    "merchantAccountCode": {
      "@id": "adyen:merchantAccountCode",
      "@type": "xsd:string"
    },
    "disputeServiceResult": {
      "@id": "adyen:disputeServiceResult",
      "@type": "xsd:string"
    }
  }
}