Adyen · JSON-LD Context

Adyen Management Klarna Info Context

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

1 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

KlarnaInfo

Properties

Property Type Container
autoCapture boolean
disputeEmail string
region string
supportEmail 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#",
    "KlarnaInfo": "adyen:KlarnaInfo",
    "autoCapture": {
      "@id": "adyen:autoCapture",
      "@type": "xsd:boolean"
    },
    "disputeEmail": {
      "@id": "adyen:disputeEmail",
      "@type": "xsd:string"
    },
    "region": {
      "@id": "adyen:region",
      "@type": "xsd:string"
    },
    "supportEmail": {
      "@id": "adyen:supportEmail",
      "@type": "xsd:string"
    }
  }
}