NetworkFabricAttributes

Attributes of Hyperledger Fabric for a network.

BlockchainDistributed LedgerHyperledger FabricEthereum

Properties

Name Type Description
OrderingServiceEndpoint object
Edition object
View JSON Schema on GitHub

JSON Schema

amazon-managed-blockchain-network-fabric-attributes-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-fabric-attributes-schema.json",
  "title": "NetworkFabricAttributes",
  "description": "Attributes of Hyperledger Fabric for a network.",
  "type": "object",
  "properties": {
    "OrderingServiceEndpoint": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The endpoint of the ordering service for the network."
        }
      ]
    },
    "Edition": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Edition"
        },
        {
          "description": "The edition of Amazon Managed Blockchain that Hyperledger Fabric uses. For more information, see <a href=\"http://aws.amazon.com/managed-blockchain/pricing/\">Amazon Managed Blockchain Pricing</a>."
        }
      ]
    }
  }
}