debian-mirror-gitlab/spec/fixtures/api/schemas/public_api/v4/issues.json

10 lines
118 B
JSON
Raw Normal View History

2017-08-17 22:00:37 +05:30
{
"type": "array",
"items": {
"type": "object",
"properties" : {
2018-03-17 18:26:18 +05:30
"$ref": "./issue.json"
}
2017-08-17 22:00:37 +05:30
}
}