{ "$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-get-member-output-structure.json", "name": "GetMemberOutput", "description": "GetMemberOutput schema from Amazon Managed Blockchain API", "type": "object", "properties": { "Member": { "allOf": [ { "$ref": "#/components/schemas/Member" }, { "description": "The properties of a member." } ] } } }