{ "$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-get-node-output-schema.json", "title": "GetNodeOutput", "description": "GetNodeOutput schema from Amazon Managed Blockchain API", "type": "object", "properties": { "Node": { "allOf": [ { "$ref": "#/components/schemas/Node" }, { "description": "Properties of the node configuration." } ] } } }