Adyen · JSON-LD Context

Adyen Management Test Output Context

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

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

TestOutput

Properties

Property Type Container
merchantId string
output string
requestSent string
responseCode string
responseTime string
status 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#",
    "TestOutput": "adyen:TestOutput",
    "merchantId": {
      "@id": "adyen:merchantId",
      "@type": "xsd:string"
    },
    "output": {
      "@id": "adyen:output",
      "@type": "xsd:string"
    },
    "requestSent": {
      "@id": "adyen:requestSent",
      "@type": "xsd:string"
    },
    "responseCode": {
      "@id": "adyen:responseCode",
      "@type": "xsd:string"
    },
    "responseTime": {
      "@id": "adyen:responseTime",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "adyen:status",
      "@type": "xsd:string"
    }
  }
}