Value of the zone setting.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/zones_nel_value", "title": "zones_nel_value", "default": { "enabled": false }, "description": "Value of the zone setting.", "properties": { "enabled": { "default": false, "example": false, "type": "boolean" } }, "type": "object" }