Commit c3546b8c authored by Toon Claes's avatar Toon Claes

Remove duplicate fixture data

And bring back in sync with CE.
parent aec05c6e
...@@ -40,23 +40,11 @@ ...@@ -40,23 +40,11 @@
"additionalProperties": false "additionalProperties": false
} }
}, },
"assignees": { "assignee": {
"type": "array", "id": { "type": "integer" },
"items": { "name": { "type": "string" },
"type": ["object", "null"], "username": { "type": "string" },
"required": [ "avatar_url": { "type": "uri" }
"id",
"name",
"username",
"avatar_url"
],
"properties": {
"id": { "type": "integer" },
"name": { "type": "string" },
"username": { "type": "string" },
"avatar_url": { "type": "uri" }
}
}
}, },
"assignees": { "assignees": {
"type": "array", "type": "array",
......
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