Adyen · JSON-LD Context

Adyen Recurring Permit Context

JSON-LD context defining the semantic vocabulary for Adyen Recurring Permit 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

Permit

Properties

Property Type Container
partnerId string
profileReference string
restriction string
resultKey string
validTillDate dateTime

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#",
    "Permit": "adyen:Permit",
    "partnerId": {
      "@id": "adyen:partnerId",
      "@type": "xsd:string"
    },
    "profileReference": {
      "@id": "adyen:profileReference",
      "@type": "xsd:string"
    },
    "restriction": {
      "@id": "adyen:restriction",
      "@type": "xsd:string"
    },
    "resultKey": {
      "@id": "adyen:resultKey",
      "@type": "xsd:string"
    },
    "validTillDate": {
      "@id": "adyen:validTillDate",
      "@type": "xsd:dateTime"
    }
  }
}