zones_min_tls_version_value

Value of the zone setting.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-min-tls-version-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zones_min_tls_version_value",
  "title": "zones_min_tls_version_value",
  "default": "1.0",
  "description": "Value of the zone setting.",
  "enum": [
    "1.0",
    "1.1",
    "1.2",
    "1.3"
  ],
  "type": "string"
}