From 84727c8209a4412e21111a07f99b0438b03232de Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 16 Sep 2019 15:06:26 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/fixtures/api/schemas/public_api/v4/release.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'spec/fixtures') diff --git a/spec/fixtures/api/schemas/public_api/v4/release.json b/spec/fixtures/api/schemas/public_api/v4/release.json index 078b1c0b982..662e61a9c06 100644 --- a/spec/fixtures/api/schemas/public_api/v4/release.json +++ b/spec/fixtures/api/schemas/public_api/v4/release.json @@ -15,7 +15,10 @@ "author": { "oneOf": [{ "type": "null" }, { "$ref": "user/basic.json" }] }, - "milestone": { "type": "string" }, + "milestones": { + "type": "array", + "items": { "$ref": "milestone.json" } + }, "assets": { "required": ["count", "links", "sources"], "properties": { -- cgit v1.2.1