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
/
Edit File:
highlight.json
{ "title": "Highlight", "description": "A highlight for the journal, press or preprint server, or at the site level. Each highlight is a text, image and URL and may be used by a theme to show a slider or similar highlighted items.", "required": [ "sequence", "title", "url", "urlText" ], "properties": { "_href": { "type": "string", "description": "The URL to this highlight in the REST API.", "format": "uri", "readOnly": true, "apiSummary": true }, "contextId": { "type": "integer", "description": "The journal, press or preprint server ID, or null when the highlight is for the site level.", "apiSummary": true, "validation": [ "nullable" ] }, "description": { "type": "string", "description": "The short text for this highlight.", "multilingual": true, "apiSummary": true, "validation": [ "nullable" ] }, "id": { "type": "integer", "readOnly": true, "apiSummary": true }, "image": { "type": "object", "description": "The image to show with this highlight.", "apiSummary": true, "validation": [ "nullable" ], "properties": { "temporaryFileId": { "type": "integer", "writeOnly": true }, "name": { "type": "string" }, "uploadName": { "type": "string" }, "dateUploaded": { "type": "string" }, "altText": { "type": "string" } } }, "sequence": { "type": "integer", "description": "The order in which this highlight should be shown. Lower numbers appear first.", "apiSummary": true }, "title": { "type": "string", "description": "The title or headline for this highlight.", "multilingual": true, "apiSummary": true, "validation": [ "nullable" ] }, "url": { "type": "string", "format": "uri", "description": "The URL where this highlight should send the user when they click on it.", "apiSummary": true, "validation": [ "nullable" ] }, "urlText": { "type": "string", "description": "The text to use with the button or link to the URL.", "multilingual": true, "apiSummary": true, "validation": [ "nullable" ] } } }
Simpan