Adyen · JSON-LD Context

Adyen Configuration Capability Settings Context

JSON-LD context defining the semantic vocabulary for Adyen Configuration Capability Settings 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

CapabilitySettings

Properties

Property Type Container
amountPerIndustry reference
authorizedCardUsers boolean
fundingSource string set
interval string
maxAmount 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#",
    "CapabilitySettings": "adyen:CapabilitySettings",
    "amountPerIndustry": {
      "@id": "adyen:amountPerIndustry",
      "@type": "@id"
    },
    "authorizedCardUsers": {
      "@id": "adyen:authorizedCardUsers",
      "@type": "xsd:boolean"
    },
    "fundingSource": {
      "@id": "adyen:fundingSource",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "interval": {
      "@id": "adyen:interval",
      "@type": "xsd:string"
    },
    "maxAmount": {
      "@id": "adyen:maxAmount",
      "@type": "xsd:string"
    }
  }
}