Response for internal search cache warming.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SearchCacheWarmResponse", "title": "SearchCacheWarmResponse", "properties": { "collection": { "type": "string", "const": "messages", "title": "Collection" }, "status": { "type": "string", "title": "Status" }, "warmed": { "type": "boolean", "title": "Warmed" } }, "type": "object", "required": [ "collection", "status", "warmed" ], "description": "Response for internal search cache warming." }