OutputTagMap

OutputTagMap schema from Amazon Managed Blockchain API

BlockchainDistributed LedgerHyperledger FabricEthereum
View JSON Schema on GitHub

JSON Schema

amazon-managed-blockchain-output-tag-map-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-output-tag-map-schema.json",
  "title": "OutputTagMap",
  "description": "OutputTagMap schema from Amazon Managed Blockchain API",
  "type": "object",
  "additionalProperties": {
    "$ref": "#/components/schemas/TagValue"
  }
}