{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "YieldRangeResponse", "type": "object", "properties": { "min": { "type": "number", "description": "Minimum historical implied APY for this market" }, "max": { "type": "number", "description": "Maximum historical implied APY for this market" } }, "required": [ "min", "max" ] }