Adyen · JSON-LD Context

Adyen Checkout Installment Option Context

JSON-LD context defining the semantic vocabulary for Adyen Checkout Installment Option 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

InstallmentOption

Properties

Property Type Container
maxValue integer
plans string set
preselectedValue integer
values integer set

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#",
    "InstallmentOption": "adyen:InstallmentOption",
    "maxValue": {
      "@id": "adyen:maxValue",
      "@type": "xsd:integer"
    },
    "plans": {
      "@id": "adyen:plans",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "preselectedValue": {
      "@id": "adyen:preselectedValue",
      "@type": "xsd:integer"
    },
    "values": {
      "@id": "adyen:values",
      "@container": "@set",
      "@type": "xsd:integer"
    }
  }
}