{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-blockchain/refs/heads/main/json-schema/amazon-managed-blockchain-list-proposal-votes-output-schema.json", "title": "ListProposalVotesOutput", "description": "ListProposalVotesOutput schema from Amazon Managed Blockchain API", "type": "object", "properties": { "ProposalVotes": { "allOf": [ { "$ref": "#/components/schemas/ProposalVoteList" }, { "description": " The list of votes. " } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/PaginationToken" }, { "description": " The pagination token that indicates the next set of results to retrieve. " } ] } } }