From a09983ae35713f5a2bbb100981116d31ce99826e Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 20 Jul 2020 12:26:25 +0000 Subject: Add latest changes from gitlab-org/gitlab@13-2-stable-ee --- spec/fixtures/api/schemas/entities/dag_stage.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 spec/fixtures/api/schemas/entities/dag_stage.json (limited to 'spec/fixtures/api/schemas/entities/dag_stage.json') diff --git a/spec/fixtures/api/schemas/entities/dag_stage.json b/spec/fixtures/api/schemas/entities/dag_stage.json new file mode 100644 index 00000000000..6a7b1424ec5 --- /dev/null +++ b/spec/fixtures/api/schemas/entities/dag_stage.json @@ -0,0 +1,11 @@ +{ + "type": "object", + "required": ["name", "groups"], + "properties": { + "name": { "type": "string" }, + "groups": { + "type": "array", + "items": { "$ref": "dag_job_group.json" } + } + } +} -- cgit v1.2.1