{ "$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-member-fabric-log-publishing-configuration-structure.json", "name": "MemberFabricLogPublishingConfiguration", "description": "Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.", "type": "object", "properties": { "CaLogs": { "allOf": [ { "$ref": "#/components/schemas/LogConfigurations" }, { "description": "Configuration properties for logging events associated with a member's Certificate Authority (CA). CA logs help you determine when a member in your account joins the network, or when new peers register with a member CA." } ] } } }