Value of the Regional Tiered Cache zone setting.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/cache_regional_tiered_cache_value", "title": "cache_regional_tiered_cache_value", "default": "off", "description": "Value of the Regional Tiered Cache zone setting.", "enum": [ "on", "off" ], "type": "string" }