{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Cosmos SDK tendermint.abci.Event Schemas", "description": "JSON Schema definitions for the tendermint.abci.Event module of the Cosmos SDK gRPC-gateway REST API.", "definitions": { "tendermint.abci.Event": { "type": "object", "properties": { "type": { "type": "string" }, "attributes": { "type": "array", "items": { "type": "object", "properties": { "key": { "type": "string" }, "value": { "type": "string" }, "index": { "type": "boolean", "title": "nondeterministic" } }, "description": "EventAttribute is a single key-value pair, associated with an event." } } }, "description": "Event allows application developers to attach additional information to\nResponseFinalizeBlock and ResponseCheckTx.\nLater, transactions may be queried using these events." } } }