23 lines
337 B
JSON
23 lines
337 B
JSON
{
|
|
"title": "Review Round",
|
|
"description": "A round of review assignments in the review stage.",
|
|
"properties": {
|
|
"id": {
|
|
"type": "integer"
|
|
},
|
|
"round": {
|
|
"type": "integer"
|
|
},
|
|
"stageId": {
|
|
"type": "integer"
|
|
},
|
|
"status": {
|
|
"type": "string",
|
|
"readOnly": true
|
|
},
|
|
"statusId": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
}
|