From 5317f6ea943c84ec0dc68a934f953e667fae1178 Mon Sep 17 00:00:00 2001 From: Douglas Barbosa Alexandre Date: Thu, 4 Aug 2016 14:20:26 -0300 Subject: Include the Issue#assignee in the response when listing issues --- spec/fixtures/api/schemas/issue.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'spec/fixtures/api/schemas/issue.json') diff --git a/spec/fixtures/api/schemas/issue.json b/spec/fixtures/api/schemas/issue.json index 0a9bf4e0fb7..3da9b241047 100644 --- a/spec/fixtures/api/schemas/issue.json +++ b/spec/fixtures/api/schemas/issue.json @@ -24,6 +24,12 @@ }, "title": { "type": "string" } } + }, + "assignee": { + "id": { "type": "integet" }, + "name": { "type": "string" }, + "username": { "type": "string" }, + "avatar_url": { "type": "uri" } } }, "additionalProperties": false -- cgit v1.2.3