elevenlabs · Schema

SnapshotListResponse

Properties

Name Type Description
snapshots array List of rendered project snapshots.
View JSON Schema on GitHub

JSON Schema

elevenlabs-snapshotlistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SnapshotListResponse",
  "title": "SnapshotListResponse",
  "type": "object",
  "properties": {
    "snapshots": {
      "type": "array",
      "description": "List of rendered project snapshots.",
      "items": {
        "$ref": "#/components/schemas/Snapshot"
      }
    }
  }
}