Amazon MSK · JSON Structure

Msk Api List Kafka Versions Response Structure

ListKafkaVersionsResponse schema from Amazon MSK API

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

ListKafkaVersionsResponse 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

KafkaVersions NextToken

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-list-kafka-versions-response-structure.json",
  "name": "ListKafkaVersionsResponse",
  "type": "object",
  "description": "ListKafkaVersionsResponse schema from Amazon MSK API",
  "properties": {
    "KafkaVersions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfKafkaVersion"
        },
        {
          "xml": {
            "name": "kafkaVersions"
          }
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "nextToken"
          }
        }
      ]
    }
  }
}