{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://developer.tastytrade.com/schemas/backtesting/AvailableSymbolDates", "title": "AvailableSymbolDates", "type": "object", "properties": { "symbol": { "type": "string" }, "startDate": { "type": "string" }, "endDate": { "type": "string" } } }