Adyen · JSON-LD Context

Adyen Disputes Defense Reasons Context

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

DefenseReasonsRequest DefenseReasonsResponse

Properties

Property Type Container
disputePspReference string
merchantAccountCode string
defenseReasons string set
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#",
    "DefenseReasonsRequest": "adyen:DefenseReasonsRequest",
    "DefenseReasonsResponse": "adyen:DefenseReasonsResponse",
    "disputePspReference": {
      "@id": "adyen:disputePspReference",
      "@type": "xsd:string"
    },
    "merchantAccountCode": {
      "@id": "adyen:merchantAccountCode",
      "@type": "xsd:string"
    },
    "defenseReasons": {
      "@id": "adyen:defenseReasons",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "disputeServiceResult": {
      "@id": "adyen:disputeServiceResult",
      "@type": "xsd:string"
    }
  }
}