{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "IndexingPolicy", "type": "object", "properties": { "automatic": { "type": "boolean" }, "indexingMode": { "type": "string" }, "includedPaths": { "type": "array" }, "excludedPaths": { "type": "array" }, "compositeIndexes": { "type": "array" }, "spatialIndexes": { "type": "array" } } }