Adyen · JSON-LD Context

Adyen Management Gratuity Context

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

Gratuity

Properties

Property Type Container
allowCustomAmount boolean
currency string
predefinedTipEntries string set
usePredefinedTipEntries boolean

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#",
    "Gratuity": "adyen:Gratuity",
    "allowCustomAmount": {
      "@id": "adyen:allowCustomAmount",
      "@type": "xsd:boolean"
    },
    "currency": {
      "@id": "adyen:currency",
      "@type": "xsd:string"
    },
    "predefinedTipEntries": {
      "@id": "adyen:predefinedTipEntries",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "usePredefinedTipEntries": {
      "@id": "adyen:usePredefinedTipEntries",
      "@type": "xsd:boolean"
    }
  }
}