Amazon MSK · JSON Structure

Msk Api Get Compatible Kafka Versions Response Structure

GetCompatibleKafkaVersionsResponse schema from Amazon MSK API

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

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

Properties

CompatibleKafkaVersions

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-get-compatible-kafka-versions-response-structure.json",
  "name": "GetCompatibleKafkaVersionsResponse",
  "type": "object",
  "description": "GetCompatibleKafkaVersionsResponse schema from Amazon MSK API",
  "properties": {
    "CompatibleKafkaVersions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfCompatibleKafkaVersion"
        },
        {
          "xml": {
            "name": "compatibleKafkaVersions"
          },
          "description": "\n            <p>A list of CompatibleKafkaVersion objects.</p>"
        }
      ]
    }
  }
}