{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ExportArchivedIssuesTaskProgressResponse", "title": "ExportArchivedIssuesTaskProgressResponse", "additionalProperties": false, "description": "The response for status request for a running/completed export task.", "properties": { "fileUrl": { "type": "string" }, "payload": { "type": "string" }, "progress": { "format": "int64", "type": "integer" }, "status": { "type": "string" }, "submittedTime": { "format": "date-time", "type": "string" }, "taskId": { "type": "string" } }, "type": "object" }