UploadStatusUpdateRequest
status object
anyOf
- string
- null
string
progress_percentage object
anyOf
- integer
- null
integer
status_message object
anyOf
- string
- null
string
url object
anyOf
- string
- null
string
registry_id object
anyOf
- string
- null
string
capabilities_generated object
anyOf
- boolean
- null
boolean
orchestration_triggered object
anyOf
- boolean
- null
boolean
registry_updated object
anyOf
- boolean
- null
boolean
error_details object
anyOf
- string[]
- null
Array [
string
]
validation_errors object
anyOf
- string[]
- null
Array [
string
]
processing_duration object
anyOf
- number
- null
number
orchestration_duration object
anyOf
- number
- null
number
UploadStatusUpdateRequest
{
"status": "string",
"progress_percentage": 0,
"status_message": "string",
"url": "string",
"registry_id": "string",
"capabilities_generated": true,
"orchestration_triggered": true,
"registry_updated": true,
"error_details": [
"string"
],
"validation_errors": [
"string"
],
"processing_duration": 0,
"orchestration_duration": 0
}