NodeStatus schema from Amazon Managed Blockchain API
{ "$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-node-status-schema.json", "title": "NodeStatus", "description": "NodeStatus schema from Amazon Managed Blockchain API", "type": "string", "enum": [ "CREATING", "AVAILABLE", "UNHEALTHY", "CREATE_FAILED", "UPDATING", "DELETING", "DELETED", "FAILED", "INACCESSIBLE_ENCRYPTION_KEY" ] }