NetworkFrameworkConfiguration

Configuration properties relevant to the network for the blockchain framework that the network uses.

BlockchainDistributed LedgerHyperledger FabricEthereum

Properties

Name Type Description
Fabric object
View JSON Schema on GitHub

JSON Schema

amazon-managed-blockchain-network-framework-configuration-schema.json Raw ↑
{
  "$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-framework-configuration-schema.json",
  "title": "NetworkFrameworkConfiguration",
  "description": " Configuration properties relevant to the network for the blockchain framework that the network uses. ",
  "type": "object",
  "properties": {
    "Fabric": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NetworkFabricConfiguration"
        },
        {
          "description": " Hyperledger Fabric configuration properties for a Managed Blockchain network that uses Hyperledger Fabric. "
        }
      ]
    }
  }
}