Update enablement of Tiered Caching
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/cache_patch", "title": "cache_patch", "description": "Update enablement of Tiered Caching", "properties": { "value": { "$ref": "#/components/schemas/cache_value" } }, "required": [ "value" ], "type": "object" }