diff --git a/pipeline/frontend/yaml/linter/schema/schema.json b/pipeline/frontend/yaml/linter/schema/schema.json index 1adc89c1f..2cb6388c5 100644 --- a/pipeline/frontend/yaml/linter/schema/schema.json +++ b/pipeline/frontend/yaml/linter/schema/schema.json @@ -764,6 +764,9 @@ "volumes": { "$ref": "#/definitions/step_volumes" }, + "backend_options": { + "$ref": "#/definitions/step_backend_options" + }, "ports": { "description": "expose ports to which other steps can connect to", "type": "array",