{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "File", "type": "object", "properties": { "id": { "type": "string" }, "reportId": { "type": "string" }, "status": { "type": "string" }, "format": { "type": "string" }, "fileName": { "type": "string" }, "lastModifiedTime": { "type": "string" }, "urls": { "type": "object" }, "etag": { "type": "string" }, "kind": { "type": "string" } } }