Amazon Managed Blockchain · JSON Structure

Amazon Managed Blockchain Proposal Actions Structure

The actions to carry out if a proposal is APPROVED.

Applies only to Hyperledger Fabric.

Type: object Properties: 2
BlockchainDistributed LedgerHyperledger FabricEthereum

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

Properties

Invitations Removals

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-proposal-actions-structure.json",
  "name": "ProposalActions",
  "description": "<p> The actions to carry out if a proposal is <code>APPROVED</code>. </p> <p>Applies only to Hyperledger Fabric.</p>",
  "type": "object",
  "properties": {
    "Invitations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InviteActionList"
        },
        {
          "description": " The actions to perform for an <code>APPROVED</code> proposal to invite an Amazon Web Services account to create a member and join the network. "
        }
      ]
    },
    "Removals": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RemoveActionList"
        },
        {
          "description": " The actions to perform for an <code>APPROVED</code> proposal to remove a member from the network, which deletes the member and all associated member resources from the network. "
        }
      ]
    }
  }
}