{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TaskRunArtifactsFinalizeUploadResponse", "title": "TaskRunArtifactsFinalizeUploadResponse", "type": "object", "properties": { "artifacts": { "type": "array", "items": { "$ref": "#/components/schemas/TaskRunArtifactResponse" }, "description": "Updated list of artifacts on the run" } }, "required": [ "artifacts" ] }