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