{ "$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-member-framework-attributes-schema.json", "title": "MemberFrameworkAttributes", "description": "Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.", "type": "object", "properties": { "Fabric": { "allOf": [ { "$ref": "#/components/schemas/MemberFabricAttributes" }, { "description": "Attributes of Hyperledger Fabric relevant to a member on a Managed Blockchain network that uses Hyperledger Fabric." } ] } } }