{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-compatible-kafka-version-structure.json", "name": "CompatibleKafkaVersion", "type": "object", "description": "\n
Contains source Apache Kafka versions and compatible target Apache Kafka versions.
", "properties": { "SourceVersion": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "sourceVersion" }, "description": "\nAn Apache Kafka version.
" } ] }, "TargetVersions": { "allOf": [ { "$ref": "#/components/schemas/__listOf__string" }, { "xml": { "name": "targetVersions" }, "description": "\nA list of Apache Kafka versions.
" } ] } } }