{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "MarketApyHistoriesCSVResponse", "type": "object", "properties": { "total": { "type": "number" }, "timestamp_start": { "type": "number" }, "timestamp_end": { "type": "number" }, "results": { "type": "string" } }, "required": [ "total", "timestamp_start", "timestamp_end", "results" ] }