first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-06-08 17:09:23 -04:00
commit df3a033196
17887 changed files with 8637778 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"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"
}
}
}