{ "$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-proposal-summary-list-schema.json", "title": "ProposalSummaryList", "description": "ProposalSummaryList schema from Amazon Managed Blockchain API", "type": "array", "items": { "$ref": "#/components/schemas/ProposalSummary" } }