{ "$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-log-publishing-configuration-schema.json", "title": "MemberLogPublishingConfiguration", "description": "Configuration properties for logging events associated with a member of a Managed Blockchain network.", "type": "object", "properties": { "Fabric": { "allOf": [ { "$ref": "#/components/schemas/MemberFabricLogPublishingConfiguration" }, { "description": "Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework." } ] } } }