NetworkStatus

NetworkStatus schema from Amazon Managed Blockchain API

BlockchainDistributed LedgerHyperledger FabricEthereum
View JSON Schema on GitHub

JSON Schema

amazon-managed-blockchain-network-status-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-network-status-schema.json",
  "title": "NetworkStatus",
  "description": "NetworkStatus schema from Amazon Managed Blockchain API",
  "type": "string",
  "enum": [
    "CREATING",
    "AVAILABLE",
    "CREATE_FAILED",
    "DELETING",
    "DELETED"
  ]
}