{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "filesOne", "type": "object", "description": "Array of data objects", "properties": { "fileName": { "type": "string", "description": "Name of the file(s) generated for the query requested" }, "url": { "type": "string", "description": "Download link for the TickHistory minute bars file with requested parameters. \n\n
The downloaded file contains isoCode, ticker, date, time, tradeOpen, tradeHigh, tradeLow, tradeClose, tradeVolume, tradeNumber, and tradeVWAP
\n \nThis download link will expire after 12 hours.
\n" } } }