{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "IndexCreateRequest", "type": "object", "properties": { "name": { "type": "string" }, "datatype": { "type": "string" }, "homePath": { "type": "string" }, "coldPath": { "type": "string" }, "thawedPath": { "type": "string" }, "maxTotalDataSizeMB": { "type": "integer" }, "maxDataSize": { "type": "string" }, "frozenTimePeriodInSecs": { "type": "integer" }, "maxHotBuckets": { "type": "integer" }, "maxWarmDBCount": { "type": "integer" } } }