HTTP2 enabled for this zone.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/zones_http2", "title": "HTTP2 Value", "allOf": [ { "$ref": "#/components/schemas/zones_base" }, { "properties": { "id": { "description": "ID of the zone setting.", "enum": [ "http2" ], "example": "http2" }, "value": { "$ref": "#/components/schemas/zones_http2_value" } } } ], "description": "HTTP2 enabled for this zone." }