{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "TickDataLevel2", "type": "object", "properties": { "status": { "type": "string" }, "requestTimestamp": { "type": "string" }, "updateTimestamp": { "type": "string" }, "listOfFiles": { "type": "array" } } }