{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "TokenAmountResponse", "type": "object", "properties": { "token": { "type": "string" }, "amount": { "type": "string" } }, "required": [ "token", "amount" ] }