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