{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-unauthenticated-structure.json", "name": "Unauthenticated", "type": "object", "description": "Unauthenticated schema from Amazon MSK API", "properties": { "Enabled": { "allOf": [ { "$ref": "#/components/schemas/__boolean" }, { "xml": { "name": "enabled" }, "description": "\n
Specifies whether you want to turn on or turn off unauthenticated traffic to your cluster.
" } ] } } }