Value of the zone setting.
{ "$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" }