zones_http2_value

Value of the HTTP2 setting.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-http2-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zones_http2_value",
  "title": "zones_http2_value",
  "default": "off",
  "description": "Value of the HTTP2 setting.",
  "enum": [
    "on",
    "off"
  ],
  "type": "string"
}