ListNodesOutput

ListNodesOutput schema from Amazon Managed Blockchain API

BlockchainDistributed LedgerHyperledger FabricEthereum

Properties

Name Type Description
Nodes object
NextToken object
View JSON Schema on GitHub

JSON Schema

amazon-managed-blockchain-list-nodes-output-schema.json Raw ↑
{
  "$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 <code>NodeSummary</code> 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."
        }
      ]
    }
  }
}