cache_origin_max_http_version_value

Value of the Origin Max HTTP Version Setting.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-cache-origin-max-http-version-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/cache_origin_max_http_version_value",
  "title": "cache_origin_max_http_version_value",
  "description": "Value of the Origin Max HTTP Version Setting.",
  "enum": [
    "2",
    "1"
  ],
  "type": "string"
}