Value of the zone setting.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/zones_cache_level_value", "title": "zones_cache_level_value", "default": "aggressive", "description": "Value of the zone setting.", "enum": [ "aggressive", "basic", "simplified" ], "type": "string" }