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