2016-08-16 10:13:21 -04:00
|
|
|
{
|
2016-08-19 11:17:46 -04:00
|
|
|
"type": "object",
|
|
|
|
"required" : [
|
|
|
|
"issues",
|
|
|
|
"size"
|
|
|
|
],
|
|
|
|
"properties" : {
|
|
|
|
"issues": {
|
|
|
|
"type": "array",
|
|
|
|
"items": { "$ref": "issue.json" }
|
|
|
|
},
|
|
|
|
"size": { "type": "integer" }
|
2019-03-12 13:10:24 -04:00
|
|
|
}
|
2016-08-16 10:13:21 -04:00
|
|
|
}
|