File Manager
Upload
Current Directory: /home/lartcid/public_html/journal.lartc.id
[Back]
..
[Open]
Hapus
Rename
.htaccess
[Edit]
Hapus
Rename
.well-known
[Open]
Hapus
Rename
README.md
[Edit]
Hapus
Rename
api
[Open]
Hapus
Rename
cache
[Open]
Hapus
Rename
cgi-bin
[Open]
Hapus
Rename
classes
[Open]
Hapus
Rename
config.TEMPLATE.inc.php
[Edit]
Hapus
Rename
config.inc.php
[Edit]
Hapus
Rename
controllers
[Open]
Hapus
Rename
cypress.json
[Edit]
Hapus
Rename
dbscripts
[Open]
Hapus
Rename
docs
[Open]
Hapus
Rename
error_log
[Edit]
Hapus
Rename
favicon.ico
[Edit]
Hapus
Rename
index.php
[Edit]
Hapus
Rename
js
[Open]
Hapus
Rename
lib
[Open]
Hapus
Rename
locale
[Open]
Hapus
Rename
mini.php
[Edit]
Hapus
Rename
pages
[Open]
Hapus
Rename
php.ini
[Edit]
Hapus
Rename
plugins
[Open]
Hapus
Rename
public
[Open]
Hapus
Rename
registry
[Open]
Hapus
Rename
scheduledTaskLogs
[Open]
Hapus
Rename
schemas
[Open]
Hapus
Rename
styles
[Open]
Hapus
Rename
templates
[Open]
Hapus
Rename
tools
[Open]
Hapus
Rename
Edit File
{ "title": "Galley", "description": "A galley representing a published file, such as a PDF or HTML file.", "required": [ "submissionFileId", "label", "publicationId" ], "properties": { "submissionFileId": { "type": "integer", "apiSummary": true, "validation": [ "nullable" ] }, "file": { "apiSummary": true, "readOnly": true, "$ref": "#/definitions/SubmissionFile" }, "id": { "type": "integer", "apiSummary": true, "readOnly": true }, "isApproved": { "type": "boolean", "apiSummary": true }, "locale": { "type": "string", "description": "The primary locale of this galley.", "apiSummary": true, "validation": [ "regex:/^[a-z]{2}_[A-Z]{2}(@[a-z]{0,})?$/" ] }, "label": { "type": "string", "description": "A human-readable label for this galley. For the primary article, it is usually indicates the format like PDF, ePub or full text. For supplementary files it often indicates the content, such as source data or interview transcripts.", "apiSummary": true }, "pub-id::publisher-id": { "type": "string", "description": "A unique ID provided by the publisher. It will be used in the publication's URL path instead of the `id` when present.", "apiSummary": true }, "publicationId": { "type": "integer", "apiSummary": true }, "seq": { "type": "integer", "description": "In what order this galley should appear in lists of galleys for this publication.", "apiSummary": true }, "urlPath": { "type": "string", "description": "An optional path to use in the URL instead of the ID.", "validation": [ "nullable", "regex:/^[a-zA-Z0-9]+([\\.\\-_][a-zA-Z0-9]+)*$/" ] }, "urlRemote": { "type": "string", "description": "An optional URL where the galley can be viewed or downloaded.", "apiSummary": true, "validation": [ "url" ] }, "urlPublished": { "type": "string", "description": "The URL where this galley can be viewed or downloaded.", "apiSummary": true, "readOnly": true } } }
Simpan