Skip to main content

UploadStatusUpdateRequest

status object
anyOf
string
progress_percentage object
anyOf
integer
status_message object
anyOf
string
url object
anyOf
string
registry_id object
anyOf
string
capabilities_generated object
anyOf
boolean
orchestration_triggered object
anyOf
boolean
registry_updated object
anyOf
boolean
error_details object
anyOf
  • Array [
  • string
  • ]
  • validation_errors object
    anyOf
  • Array [
  • string
  • ]
  • processing_duration object
    anyOf
    number
    orchestration_duration object
    anyOf
    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
    }