diff --git a/components/schemas/pipelines/runs/PipelineRunStep.yml b/components/schemas/pipelines/runs/PipelineRunStep.yml index 831ccacf..52940cb8 100644 --- a/components/schemas/pipelines/runs/PipelineRunStep.yml +++ b/components/schemas/pipelines/runs/PipelineRunStep.yml @@ -26,6 +26,7 @@ properties: - image.create-import - container.create - container.reimage + - container.deprecate - container.start - container.stop - container.restart @@ -49,7 +50,7 @@ properties: description: The timestamp of when the pipeline step was started. "$ref": "../../DateTime.yml" finished: - description: The timestamp of when the pipeline step was finished. + description: The timestamp of when the pipeline step was finished. "$ref": "../../DateTime.yml" success: type: boolean