Adyen · JSON-LD Context

Adyen Recurring Create Permit Context

JSON-LD context defining the semantic vocabulary for Adyen Recurring Create Permit from Adyen.

2 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

CreatePermitRequest CreatePermitResult

Properties

Property Type Container
merchantAccount string
permits string set
recurringDetailReference string
shopperReference string
permitResultList string set
pspReference 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#",
    "CreatePermitRequest": "adyen:CreatePermitRequest",
    "CreatePermitResult": "adyen:CreatePermitResult",
    "merchantAccount": {
      "@id": "adyen:merchantAccount",
      "@type": "xsd:string"
    },
    "permits": {
      "@id": "adyen:permits",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "recurringDetailReference": {
      "@id": "adyen:recurringDetailReference",
      "@type": "xsd:string"
    },
    "shopperReference": {
      "@id": "adyen:shopperReference",
      "@type": "xsd:string"
    },
    "permitResultList": {
      "@id": "adyen:permitResultList",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "pspReference": {
      "@id": "adyen:pspReference",
      "@type": "xsd:string"
    }
  }
}