{ "$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-nodes-output-schema.json", "title": "ListNodesOutput", "description": "ListNodesOutput schema from Amazon Managed Blockchain API", "type": "object", "properties": { "Nodes": { "allOf": [ { "$ref": "#/components/schemas/NodeSummaryList" }, { "description": "An array of NodeSummary objects that contain configuration properties for each node." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/PaginationToken" }, { "description": "The pagination token that indicates the next set of results to retrieve." } ] } } }