Files
OSJ/lib/pkp/schemas/reviewRound.json
CHIEFSOFT\ameye df3a033196 first commit
2024-06-08 17:09:23 -04:00

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"
}
}
}