Controls enablement of Automatic SSL/TLS.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/cache_schemas_value", "title": "cache_schemas_value", "description": "Controls enablement of Automatic SSL/TLS.", "enum": [ "auto", "custom" ], "example": "auto", "type": "string" }