Adyen · JSON Structure

Terminal Sound Content Structure

SoundContent schema from Adyen API

Type: object Properties: 4 Required: 1
PaymentsFinancial ServicesFintech

SoundContent is a JSON Structure definition published by Adyen, describing 4 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SoundFormat Language ReferenceID Text

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-sound-content-structure.json",
  "description": "SoundContent schema from Adyen API",
  "type": "object",
  "properties": {
    "SoundFormat": {
      "$ref": "#/components/schemas/SoundFormat"
    },
    "Language": {
      "type": "string",
      "pattern": "^[a-z]{2,2}$"
    },
    "ReferenceID": {
      "type": "string",
      "pattern": "^.+$"
    },
    "Text": {
      "type": "string",
      "pattern": "^.+$"
    }
  },
  "required": [
    "SoundFormat"
  ],
  "name": "SoundContent"
}