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

[Multiple issue asignees] Fix json schema for issues

parent ffa72325
...@@ -40,7 +40,9 @@ ...@@ -40,7 +40,9 @@
"additionalProperties": false "additionalProperties": false
} }
}, },
"assignee": { "assignees": {
"type": "array",
"items": {
"type": ["object", "null"], "type": ["object", "null"],
"required": [ "required": [
"id", "id",
...@@ -53,8 +55,8 @@ ...@@ -53,8 +55,8 @@
"name": { "type": "string" }, "name": { "type": "string" },
"username": { "type": "string" }, "username": { "type": "string" },
"avatar_url": { "type": "uri" } "avatar_url": { "type": "uri" }
}, }
"additionalProperties": false }
}, },
"subscribed": { "type": ["boolean", "null"] } "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