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