{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Cosmos SDK tendermint.p2p.DefaultNodeInfoOther Schemas", "description": "JSON Schema definitions for the tendermint.p2p.DefaultNodeInfoOther module of the Cosmos SDK gRPC-gateway REST API.", "definitions": { "tendermint.p2p.DefaultNodeInfoOther": { "type": "object", "properties": { "txIndex": { "type": "string" }, "rpcAddress": { "type": "string" } } } } }