Amazon MSK · JSON Structure

Msk Api Compatible Kafka Version Structure

Contains source Apache Kafka versions and compatible target Apache Kafka versions.

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

CompatibleKafkaVersion is a JSON Structure definition published by Amazon MSK, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SourceVersion TargetVersions

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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            <p>Contains source Apache Kafka versions and compatible target Apache Kafka versions.</p>",
  "properties": {
    "SourceVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "sourceVersion"
          },
          "description": "\n            <p>An Apache Kafka version.</p>"
        }
      ]
    },
    "TargetVersions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__string"
        },
        {
          "xml": {
            "name": "targetVersions"
          },
          "description": "\n            <p>A list of Apache Kafka versions.</p>"
        }
      ]
    }
  }
}