{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-blockchain/refs/heads/main/json-structure/amazon-managed-blockchain-list-invitations-output-structure.json", "name": "ListInvitationsOutput", "description": "ListInvitationsOutput schema from Amazon Managed Blockchain API", "type": "object", "properties": { "Invitations": { "allOf": [ { "$ref": "#/components/schemas/InvitationList" }, { "description": "The invitations for the network." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/PaginationToken" }, { "description": "The pagination token that indicates the next set of results to retrieve." } ] } } }