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 :
doi.json
{ "title": "DOI", "description": "The Digital Object Identifier (DOI) is a persistent ID assigned to published items.", "required": [ "contextId", "doi" ], "properties": { "contextId": { "type": "integer", "description": "The context this DOI was created by.", "apiSummary": true, "writeDisabledInApi": true }, "doi": { "type": "string", "description": "The DOI itself, such as `10.1234/5a6b-7c8d`.", "apiSummary": true, "validation": [ "regex:/^\\d+(.\\d+)+\\//" ] }, "id": { "type": "integer", "description": "An internal id used to track the DOI.", "apiSummary": true, "readOnly": true }, "resolvingUrl": { "type": "string", "description": "The full URL to resolve the DOI, such as `https://doi.org/10.1234/5a6b-7c8d`.", "apiSummary": true, "readOnly": true }, "status": { "type": "integer", "description": "The status of the DOI, such as whether it has been successfully deposited. Must match the value of one of the following: `Doi::STATUS_UNREGISTERED`, `Doi::STATUS_SUBMITTED`, `Doi::STATUS_REGISTERED`, `Doi::STATUS_ERROR`, `Doi::STATUS_STALE`.", "apiSummary": true, "default": 1, "validation": [ "in:1,2,3,4,5" ] }, "registrationAgency": { "type": "string", "description": "The agency with which the DOI is registered. If the DOI was manually marked registered, this will be `null`.", "apiSummary": true } } }