{ "type": "object", "description": "Response after a successful file upload", "name": "UploadResponse", "properties": { "uploadTrackingCode": { "type": "string", "description": "Unique tracking code for this upload" }, "fileSize": { "type": "integer", "description": "Size of the uploaded file in bytes" }, "receivedTime": { "type": "datetime", "description": "Timestamp when the file was received" } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }