{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "time_series_timeseries_object", "type": "object", "description": "The `result` attribute in the Time-Series Non-Flattened Response Object will be a TIMESERIES object. A TIMESERIES object has a values attribute and a dates attribute that contain arrays of equal length so that the values and dates can be align to form a time series.", "properties": { "values": { "type": "array", "description": "Representing the data returned from the requested FQL formula for the requestId" }, "dates": { "type": "array", "description": "Representing the dates corresponding the requested FQL formula for the requestId" } } }