{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/vectorize_index-description",
"title": "vectorize_index-description",
"description": "Specifies the description of the index.",
"example": "This is my example index.",
"type": "string"
}