2019-02-15 15:39:39 +05:30
|
|
|
{
|
|
|
|
"type": "object",
|
|
|
|
"required" : [
|
|
|
|
"issues",
|
|
|
|
"size"
|
|
|
|
],
|
|
|
|
"properties" : {
|
|
|
|
"issues": {
|
|
|
|
"type": "array",
|
|
|
|
"items": { "$ref": "issue_board.json" }
|
|
|
|
},
|
|
|
|
"size": { "type": "integer" }
|
2019-07-07 11:18:12 +05:30
|
|
|
}
|
2019-02-15 15:39:39 +05:30
|
|
|
}
|