{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SearchIndexResponse", "title": "SearchIndexResponse", "type": "object", "description": "Single search index definition response", "properties": { "status": { "type": "string", "description": "Response status" }, "indexDef": { "$ref": "#/components/schemas/SearchIndexDefinition" } } }