One Hat Cyber Team
Your IP :
216.73.216.115
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
ojs-nosc
/
schemas
/
View File Name :
submission.json
{ "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 }, "scheduledIn": { "type": "integer", "description": "The submission status is `STATUS_SCHEDULED`. It shows the issue it is scheduled in.", "apiSummary": true, "readOnly": true, "validation": [ "nullable" ] }, "reviewerSuggestions": { "type": "array", "description": "Information about suggested reviewers at the time of submission.", "readOnly": true, "items": { "type": "object", "properties": { "id": { "type": "integer" }, "familyName" : { "type": "string", "multilingual": true, "apiSummary": true }, "givenName": { "type": "string", "multilingual": true, "apiSummary": true }, "fullName": { "type": "string", "multilingual": true, "apiSummary": true }, "email": { "type": "string", "apiSummary": true }, "orcidId": { "type": "string", "apiSummary": true, "validation": [ "nullable" ] }, "suggestionReason": { "type": "string", "multilingual": true, "apiSummary": true }, "affiliation" : { "type": "string", "multilingual": true, "apiSummary": true }, "approvedAt": { "type": "string", "apiSummary": true, "description": "The date suggestion was approved as reviewer.", "validation": [ "nullable", "date:Y-m-d H:i:s" ] }, "existingUserId": { "type": "integer", "apiSummary": true, "description": "The existing user id if already present as an user.", "validation": [ "nullable" ] }, "existingReviewerRole": { "type": "boolean", "apiSummary": true, "description": "The existing user has reviewer role when already there is an existing user association." }, "reviewerId": { "type": "integer", "apiSummary": true, "description": "The existing user id with reviewer role who as been mapped to this suggestion after the suggestion has made", "validation": [ "nullable" ] } } } }, "issueToBePublished": { "type": "object", "properties": { "id": { "type": "integer" }, "label": { "type": "string" } }, "apiSummary": true } } }