| Server IP : 127.0.1.1 / Your IP : 216.73.216.83 Web Server : Apache/2.4.58 (Ubuntu) System : Linux nepub 6.8.0-88-generic #89-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 01:02:46 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/public_html/schemas/ |
Upload File : |
{
"description": "A published version of an article.",
"required": [
"sectionId"
],
"properties": {
"accessStatus": {
"type": "integer",
"default": 0,
"validation": [
"nullable"
]
},
"galleys": {
"type": "array",
"apiSummary": true,
"readOnly": true,
"items": {
"$ref": "#/definitions/Galley"
}
},
"hideAuthor": {
"type": "boolean",
"description": "Whether the contributor details should be displayed for this publication. Commonly used for editorial statements without individual authorship.",
"default": false,
"validation": [
"nullable"
]
},
"issueId": {
"type": "integer",
"validation": [
"nullable"
]
},
"pages": {
"type": "string",
"description": "The pages of the issue in which this article appears if it is published in a physical format.",
"apiSummary": true,
"validation": [
"nullable"
]
},
"sectionId": {
"type": "integer",
"apiSummary": true
}
}
}