Amazon Managed Blockchain · JSON Structure

Amazon Managed Blockchain Get Proposal Output Structure

GetProposalOutput schema from Amazon Managed Blockchain API

Type: object Properties: 1
BlockchainDistributed LedgerHyperledger FabricEthereum

GetProposalOutput 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

Proposal

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-get-proposal-output-structure.json",
  "name": "GetProposalOutput",
  "description": "GetProposalOutput schema from Amazon Managed Blockchain API",
  "type": "object",
  "properties": {
    "Proposal": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Proposal"
        },
        {
          "description": "Information about a proposal."
        }
      ]
    }
  }
}