Amazon Managed Blockchain · JSON Structure

Amazon Managed Blockchain Voting Policy Structure

The voting rules for the network to decide if a proposal is accepted

Applies only to Hyperledger Fabric.

Type: object Properties: 1
BlockchainDistributed LedgerHyperledger FabricEthereum

VotingPolicy 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

ApprovalThresholdPolicy

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-voting-policy-structure.json",
  "name": "VotingPolicy",
  "description": "<p> The voting rules for the network to decide if a proposal is accepted </p> <p>Applies only to Hyperledger Fabric.</p>",
  "type": "object",
  "properties": {
    "ApprovalThresholdPolicy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApprovalThresholdPolicy"
        },
        {
          "description": "Defines the rules for the network for voting on proposals, such as the percentage of <code>YES</code> votes required for the proposal to be approved and the duration of the proposal. The policy applies to all proposals and is specified when the network is created."
        }
      ]
    }
  }
}