Amazon Managed Blockchain · JSON Structure

Amazon Managed Blockchain Network Fabric Configuration Structure

Hyperledger Fabric configuration properties for the network.

Type: object Properties: 1 Required: 1
BlockchainDistributed LedgerHyperledger FabricEthereum

NetworkFabricConfiguration is a JSON Structure definition published by Amazon Managed Blockchain, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Edition

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-network-fabric-configuration-structure.json",
  "name": "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 <a href=\"http://aws.amazon.com/managed-blockchain/pricing/\">Amazon Managed Blockchain Pricing</a>."
        }
      ]
    }
  },
  "required": [
    "Edition"
  ]
}