{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TaskStagedArtifactsPrepareUploadRequest", "title": "TaskStagedArtifactsPrepareUploadRequest", "type": "object", "properties": { "artifacts": { "type": "array", "items": { "$ref": "#/components/schemas/TaskStagedArtifactPrepareUpload" }, "description": "Array of staged artifacts to prepare before creating a run" } }, "required": [ "artifacts" ] }