Adyen · Schema

SoundFormat

PaymentsFinancial ServicesFintech
View JSON Schema on GitHub

JSON Schema

adyen-soundformat-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SoundFormat",
  "title": "SoundFormat",
  "type": "string",
  "enum": [
    "MessageRef",
    "SoundRef",
    "Text"
  ]
}