{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "files",
"type": "object",
"description": "Array of data objects",
"properties": {
"fileName": {
"type": "string",
"description": "Name of the file(s) generated for the query requested"
},
"url": {
"type": "string",
"description": "\nDownload link for the TickHistory file with requested parameters\n<p>This download link will expire after 24 hours</p>\n"
}
}
}