{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TaskRunArtifactsPrepareUploadResponse", "title": "TaskRunArtifactsPrepareUploadResponse", "type": "object", "properties": { "artifacts": { "type": "array", "items": { "$ref": "#/components/schemas/TaskRunArtifactPrepareUploadResponse" }, "description": "Prepared uploads for the requested artifacts" } }, "required": [ "artifacts" ] }