Update enablement of Smart Tiered Cache
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/cache_smart_tiered_cache_patch", "title": "cache_smart_tiered_cache_patch", "description": "Update enablement of Smart Tiered Cache", "properties": { "value": { "description": "Enable or disable the Smart Tiered Cache", "enum": [ "on", "off" ], "example": "on", "type": "string" } }, "required": [ "value" ], "type": "object" }