{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "VectorizeIndex", "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "config": { "type": "object" }, "created_on": { "type": "string" }, "modified_on": { "type": "string" } } }