Value of the zone setting. Notes: Depends on the zone's plan level
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/zones_ssl_value", "title": "zones_ssl_value", "default": "off", "description": "Value of the zone setting.\nNotes: Depends on the zone's plan level", "enum": [ "off", "flexible", "full", "strict" ], "type": "string" }