The current state of the Cache Reserve Clear operation.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/cache_cache_reserve_clear_state", "title": "cache_cache_reserve_clear_state", "description": "The current state of the Cache Reserve Clear operation.", "enum": [ "In-progress", "Completed" ], "example": "In-progress", "type": "string" }