{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "PoolVoterApyChart", "type": "object", "properties": { "values": { "type": "array", "items": { "$ref": "#/components/schemas/VoterApyChartDataPoint" } }, "pool": { "$ref": "#/components/schemas/PoolResponse" } }, "required": [ "values", "pool" ] }