[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
jurnal-kesmas
/
baru
/
schemas
/
[
Home
]
File: publication.json
{ "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 } } }