Adyen · JSON-LD Context

Adyen Management Nexo Context

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

1 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

Nexo

Properties

Property Type Container
displayUrls string
encryptionKey string
eventUrls string
nexoEventUrls string set
notification 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#",
    "Nexo": "adyen:Nexo",
    "displayUrls": {
      "@id": "adyen:displayUrls",
      "@type": "xsd:string"
    },
    "encryptionKey": {
      "@id": "adyen:encryptionKey",
      "@type": "xsd:string"
    },
    "eventUrls": {
      "@id": "adyen:eventUrls",
      "@type": "xsd:string"
    },
    "nexoEventUrls": {
      "@id": "adyen:nexoEventUrls",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "notification": {
      "@id": "adyen:notification",
      "@type": "xsd:string"
    }
  }
}