{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "EstimatedDailyPoolRewardResponse", "type": "object", "properties": { "asset": { "$ref": "#/components/schemas/AssetBasicResponse" }, "amount": { "type": "number" } }, "required": [ "asset", "amount" ] }