Amazon Managed Blockchain · JSON Structure

Amazon Managed Blockchain Member Framework Attributes Structure

Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.

Type: object Properties: 1
BlockchainDistributed LedgerHyperledger FabricEthereum

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

Properties

Fabric

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-member-framework-attributes-structure.json",
  "name": "MemberFrameworkAttributes",
  "description": "Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.",
  "type": "object",
  "properties": {
    "Fabric": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MemberFabricAttributes"
        },
        {
          "description": "Attributes of Hyperledger Fabric relevant to a member on a Managed Blockchain network that uses Hyperledger Fabric."
        }
      ]
    }
  }
}