Update enablement of Automatic SSL/TLS.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/cache_schemas_patch", "title": "cache_schemas_patch", "description": "Update enablement of Automatic SSL/TLS.", "properties": { "value": { "$ref": "#/components/schemas/cache_schemas_value" } }, "required": [ "value" ], "type": "object" }