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
/
lib
/
pkp
/
schemas
/
View File Name :
announcement.json
{ "title": "Announcement", "description": "An announcement or news item.", "required": [ "assocType", "title" ], "properties": { "_href": { "type": "string", "origin": "composed", "description": "The URL to this announcement in the REST API.", "format": "uri", "readOnly": true, "apiSummary": true }, "assocId": { "type": "integer", "origin": "primary", "description": "The journal, press or preprint server ID. Null for site-level announcements.", "apiSummary": true, "validation": [ "nullable" ] }, "assocType": { "type": "integer", "origin": "primary", "description": "The assoc object. This should always be `ASSOC_TYPE_JOURNAL` (OJS), `ASSOC_TYPE_PRESS` (OMP) or `ASSOC_TYPE_SERVER` (OPS).", "apiSummary": true }, "dateExpire": { "type": "string", "origin": "primary", "description": "(Optional) The date that this announcement expires, if one is set. This is typically used to express closing dates for calls for papers.", "apiSummary": true, "validation": [ "nullable", "date_format:Y-m-d" ] }, "datePosted": { "type": "string", "origin": "primary", "description": "The date this announcement was posted.", "apiSummary": true, "writeDisabledInApi": true, "validation": [ "nullable", "date_format:Y-m-d H:i:s" ] }, "description": { "type": "string", "origin": "setting", "description": "The full text of the announcement.", "multilingual": true, "apiSummary": true, "validation": [ "nullable" ] }, "descriptionShort": { "type": "string", "origin": "setting", "description": "A summary of this announcement.", "multilingual": true, "apiSummary": true, "validation": [ "nullable" ] }, "id": { "type": "integer", "origin": "primary", "readOnly": true, "apiSummary": true }, "image": { "type": "object", "origin": "setting", "description": "The image to show with this announcement.", "apiSummary": true, "validation": [ "nullable" ], "properties": { "temporaryFileId": { "type": "integer", "writeOnly": true }, "name": { "type": "string" }, "uploadName": { "type": "string" }, "dateUploaded": { "type": "string" }, "altText": { "type": "string" } } }, "title": { "type": "string", "origin": "setting", "multilingual": true, "apiSummary": true, "validation": [ "nullable" ] }, "typeId": { "type": "integer", "origin": "primary", "description": "(Optional) One of the announcement type ids.", "apiSummary": true, "validation": [ "nullable" ] }, "url": { "type": "string", "origin": "composed", "format": "uri", "readOnly": true, "apiSummary": true, "description": "The URL to the published announcement." } } }