16 lines
253 B
JSON
16 lines
253 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"required" : [
|
||
|
"issues",
|
||
|
"size"
|
||
|
],
|
||
|
"properties" : {
|
||
|
"issues": {
|
||
|
"type": "array",
|
||
|
"items": { "$ref": "issue_board.json" }
|
||
|
},
|
||
|
"size": { "type": "integer" }
|
||
|
},
|
||
|
"additionalProperties": false
|
||
|
}
|