{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "tickhistory_response", "type": "object", "description": "response for tick history", "properties": { "Requested ID": { "type": "string", "description": "Request Identification String." }, "Requested Symbol": { "type": "string", "description": "Single Requested Symbol or Security." }, "Requested Fields": { "type": "array", "description": "Array of requested fields " }, "Request Key": { "type": "string" }, "Error Code": { "type": "string" }, "Error Description": { "type": "string", "description": "Brief description of error response. Blank if successful." }, "Field Names": { "type": "string", "description": "Requested Field Names" }, "Field IDs": { "type": "number", "description": "Requested Field ID numbers 'FID'. Found in Data Service Manual." }, "Key": { "type": "string", "description": "Requested Symbol Key, where :D represented delayed data." }, "Values": { "type": "number", "description": "Array of field values. Each value is returned for requested interval query." } } }