Commit 49577e6e authored by Valery Sizov's avatar Valery Sizov

[Multiple issue asignees] Fix json schema for issues

parent ffa72325
......@@ -40,7 +40,9 @@
"additionalProperties": false
}
},
"assignee": {
"assignees": {
"type": "array",
"items": {
"type": ["object", "null"],
"required": [
"id",
......@@ -53,8 +55,8 @@
"name": { "type": "string" },
"username": { "type": "string" },
"avatar_url": { "type": "uri" }
},
"additionalProperties": false
}
}
},
"subscribed": { "type": ["boolean", "null"] }
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment