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