cache_schemas_value

Controls enablement of Automatic SSL/TLS.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-cache-schemas-value-schema.json Raw ↑
{
  "$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"
}