{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "tickhistory_response", "type": "object", "properties": { "Requested ID": { "type": "string" }, "Requested Symbol": { "type": "string" }, "Requested Fields": { "type": "array" }, "Request Key": { "type": "string" }, "Error Code": { "type": "string" }, "Error Description": { "type": "string" }, "Field Names": { "type": "string" }, "Field IDs": { "type": "number" }, "Key": { "type": "string" }, "Values": { "type": "number" } } }