{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/vectorize_index-dimensions",
"title": "vectorize_index-dimensions",
"description": "Specifies the number of dimensions for the index",
"example": 768,
"maximum": 1536,
"minimum": 1,
"type": "integer"
}