{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Cosmos SDK cosmos.base.v1beta1 Schemas", "description": "JSON Schema definitions for the cosmos.base.v1beta1 module of the Cosmos SDK gRPC-gateway REST API.", "definitions": { "cosmos.base.v1beta1.Coin": { "type": "object", "properties": { "denom": { "type": "string" }, "amount": { "type": "string" } }, "description": "Coin defines a token with a denomination and an amount.\n\nNOTE: The amount field is an Int which implements the custom method\nsignatures required by gogoproto." }, "cosmos.base.v1beta1.DecCoin": { "type": "object", "properties": { "denom": { "type": "string" }, "amount": { "type": "string" } }, "description": "DecCoin defines a token with a denomination and a decimal amount.\n\nNOTE: The amount field is a Dec which implements the custom method\nsignatures required by gogoproto." } } }