{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "FileUploadStatus", "type": "object", "properties": { "id": { "type": "string", "description": "The unique ID for this upload" }, "status": { "type": "string" } } }