2016-09-13 17:45:13 +05:30
|
|
|
{
|
2016-09-29 09:46:39 +05:30
|
|
|
"type": "object",
|
|
|
|
"required" : [
|
|
|
|
"issues",
|
|
|
|
"size"
|
|
|
|
],
|
|
|
|
"properties" : {
|
|
|
|
"issues": {
|
|
|
|
"type": "array",
|
|
|
|
"items": { "$ref": "issue.json" }
|
|
|
|
},
|
|
|
|
"size": { "type": "integer" }
|
2019-07-07 11:18:12 +05:30
|
|
|
}
|
2016-09-13 17:45:13 +05:30
|
|
|
}
|