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
+14
View File
@@ -0,0 +1,14 @@
{
"title": "Submission",
"description": "A submission to the journal.",
"required": [
"sectionId"
],
"properties": {
"sectionId": {
"type": "integer",
"description": "The section this submission should be assigned to. This can only be passed when creating a new submission and the data is assigned to the first publication. After the submission is created, edit the publication to change the `sectionId`.",
"writeOnly": true
}
}
}