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