{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "IndexInput", "type": "object", "properties": { "name": { "type": "string", "description": "The name of the index." }, "description": { "type": "string", "description": "Description of the index." }, "config": { "type": "object" } } }