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