{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TickDataLevel2", "type": "object", "description": "Returns Tick History Files", "properties": { "status": { "type": "string", "description": "The status of the request" }, "requestTimestamp": { "type": "string", "description": "Timestamp of when request was made" }, "updateTimestamp": { "type": "string", "description": ":\"Timestamp when the file was last updated\"" }, "listOfFiles": { "type": "array", "description": "Data Object" } } }