{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "PoolVoterApyResponse", "type": "object", "properties": { "pool": { "$ref": "#/components/schemas/PoolResponse" }, "voterApy": { "type": "number" } }, "required": [ "pool", "voterApy" ] }