Adyen · JSON-LD Context

Adyen Management Custom Notification Context

JSON-LD context defining the semantic vocabulary for Adyen Management Custom Notification from Adyen.

1 Classes 7 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

CustomNotification

Properties

Property Type Container
amount string
eventCode string
eventDate dateTime
merchantReference string
paymentMethod string
reason string
success boolean

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#",
    "CustomNotification": "adyen:CustomNotification",
    "amount": {
      "@id": "adyen:amount",
      "@type": "xsd:string"
    },
    "eventCode": {
      "@id": "adyen:eventCode",
      "@type": "xsd:string"
    },
    "eventDate": {
      "@id": "adyen:eventDate",
      "@type": "xsd:dateTime"
    },
    "merchantReference": {
      "@id": "adyen:merchantReference",
      "@type": "xsd:string"
    },
    "paymentMethod": {
      "@id": "adyen:paymentMethod",
      "@type": "xsd:string"
    },
    "reason": {
      "@id": "adyen:reason",
      "@type": "xsd:string"
    },
    "success": {
      "@id": "adyen:success",
      "@type": "xsd:boolean"
    }
  }
}