DescribeIndexFieldsResponse schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloudsearch/refs/heads/main/json-schema/cloudsearch-describe-index-fields-response-schema.json", "title": "DescribeIndexFieldsResponse", "description": "DescribeIndexFieldsResponse schema", "type": "object", "properties": { "IndexFields": { "type": "array", "items": { "type": "object", "properties": { "Options": { "type": "object" }, "Status": { "type": "object" } } } } } }