Skip to content

Commit

Permalink
pkp#8493 Make uploaderUserId nullable in submission file schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy-1 committed Feb 14, 2023
1 parent 1e5b13c commit 5306729
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions schemas/submissionFile.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"fileId",
"fileStage",
"name",
"submissionId",
"uploaderUserId"
"submissionId"
],
"properties": {
"_href": {
Expand Down Expand Up @@ -260,7 +259,10 @@
},
"uploaderUserId": {
"type": "integer",
"apiSummary": true
"apiSummary": true,
"validation": [
"nullable"
]
},
"uploaderUserName": {
"type": "string",
Expand Down

0 comments on commit 5306729

Please sign in to comment.