{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BackendClusterAuthenticationAnonymous", "title": "BackendClusterAuthenticationAnonymous", "description": "Anonymous authentication scheme for the backend cluster.", "type": "object", "properties": { "type": { "description": "The type of authentication scheme.", "type": "string", "const": "anonymous" } }, "additionalProperties": false, "required": [ "type" ] }