elevenlabs · Schema

ChapterListResponse

Properties

Name Type Description
chapters array List of chapters.
View JSON Schema on GitHub

JSON Schema

elevenlabs-chapterlistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ChapterListResponse",
  "title": "ChapterListResponse",
  "type": "object",
  "properties": {
    "chapters": {
      "type": "array",
      "description": "List of chapters.",
      "items": {
        "$ref": "#/components/schemas/ChapterSummary"
      }
    }
  }
}