gitlab-org--gitlab-foss/spec/fixtures/api/schemas/entities/issue_boards.json
Rémy Coutable 9aaa6c3fa4
Reduce diff with EE in spec/fixtures/api/schemas
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-14 10:33:48 +01:00

14 lines
220 B
JSON

{
"type": "object",
"required" : [
"issues",
"size"
],
"properties" : {
"issues": {
"type": "array",
"items": { "$ref": "issue_board.json" }
},
"size": { "type": "integer" }
}
}