{ "$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-network-fabric-configuration-schema.json", "title": "NetworkFabricConfiguration", "description": "Hyperledger Fabric configuration properties for the network.", "type": "object", "properties": { "Edition": { "allOf": [ { "$ref": "#/components/schemas/Edition" }, { "description": "The edition of Amazon Managed Blockchain that the network uses. For more information, see Amazon Managed Blockchain Pricing." } ] } }, "required": [ "Edition" ] }