{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/vectorize_update-index-request", "title": "vectorize_update-index-request", "properties": { "description": { "$ref": "#/components/schemas/vectorize_index-description" } }, "required": [ "description" ], "type": "object" }