{
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "token": {
      "type": "object",
      "properties": {
        "id": { "type": "string" },
        "name": { "type": "string" },
        "symbol": { "type": "string" },
        "decimals": { "type": "number" }
      },
      "required": ["id", "name", "symbol", "decimals"]
    },
    "amount": { "type": "string" }
  },
  "required": ["id", "token", "amount"],
  "x-readme-ref-name": "Asset"
}
