{ "$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-broker-logs-schema.json", "title": "BrokerLogs", "description": "BrokerLogs schema from Amazon MSK API", "type": "object", "properties": { "CloudWatchLogs": { "allOf": [ { "$ref": "#/components/schemas/CloudWatchLogs" }, { "xml": { "name": "cloudWatchLogs" } } ] }, "Firehose": { "allOf": [ { "$ref": "#/components/schemas/Firehose" }, { "xml": { "name": "firehose" } } ] }, "S3": { "allOf": [ { "$ref": "#/components/schemas/S3" }, { "xml": { "name": "s3" } } ] } } }