Adyen · Schema

CharacterStyle

PaymentsFinancial ServicesFintech
View JSON Schema on GitHub

JSON Schema

adyen-characterstyle-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CharacterStyle",
  "title": "CharacterStyle",
  "type": "string",
  "enum": [
    "Bold",
    "Italic",
    "Normal",
    "Underline"
  ]
}