From ffeb3200c1c8558345c99de64723de2747b7ffe8 Mon Sep 17 00:00:00 2001 From: Douglas Barbosa Alexandre Date: Mon, 30 Jan 2017 14:34:47 -0200 Subject: Add optional id property to the issue schema --- spec/fixtures/api/schemas/issue.json | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/fixtures') diff --git a/spec/fixtures/api/schemas/issue.json b/spec/fixtures/api/schemas/issue.json index 77f2bcee1f3..8e19cee5440 100644 --- a/spec/fixtures/api/schemas/issue.json +++ b/spec/fixtures/api/schemas/issue.json @@ -6,6 +6,7 @@ "confidential" ], "properties" : { + "id": { "type": "integer" }, "iid": { "type": "integer" }, "title": { "type": "string" }, "confidential": { "type": "boolean" }, -- cgit v1.2.3