{ "$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-list-scram-secrets-response-schema.json", "title": "ListScramSecretsResponse", "description": "ListScramSecretsResponse schema from Amazon MSK API", "type": "object", "properties": { "NextToken": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "nextToken" }, "description": "\n

Paginated results marker.

" } ] }, "SecretArnList": { "allOf": [ { "$ref": "#/components/schemas/__listOf__string" }, { "xml": { "name": "secretArnList" }, "description": "\n

The list of scram secrets associated with the cluster.

" } ] } } }