gitlab-org--gitlab-foss/spec/fixtures/api/schemas/issues.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
214 B
JSON
Raw Permalink Normal View History

2016-08-16 14:13:21 +00:00
{
"type": "object",
"required" : [
"issues",
"size"
],
"properties" : {
"issues": {
"type": "array",
"items": { "$ref": "issue.json" }
},
"size": { "type": "integer" }
}
2016-08-16 14:13:21 +00:00
}