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