Amazon Managed Blockchain · JSON Structure

Amazon Managed Blockchain Create Node Output Structure

CreateNodeOutput schema from Amazon Managed Blockchain API

Type: object Properties: 1
BlockchainDistributed LedgerHyperledger FabricEthereum

CreateNodeOutput is a JSON Structure definition published by Amazon Managed Blockchain, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

NodeId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-create-node-output-structure.json",
  "name": "CreateNodeOutput",
  "description": "CreateNodeOutput schema from Amazon Managed Blockchain API",
  "type": "object",
  "properties": {
    "NodeId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceIdString"
        },
        {
          "description": "The unique identifier of the node."
        }
      ]
    }
  }
}