contentstack · Schema

VoiceProfileList

A list of Voice Profiles for a Brand Kit.

Properties

Name Type Description
data array Array of Voice Profile objects.
View JSON Schema on GitHub

JSON Schema

contentstack-voiceprofilelist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VoiceProfileList",
  "title": "VoiceProfileList",
  "type": "object",
  "description": "A list of Voice Profiles for a Brand Kit.",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of Voice Profile objects.",
      "items": {
        "$ref": "#/components/schemas/VoiceProfile"
      }
    }
  }
}