Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
Server IP : & Your IP : 18.221.72.117
Domains :
Cant Read [ /etc/named.conf ]
User : elibrary.unsap.ac.id
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
D: /
localhost /
ejournal_unsap /
schemas /
Delete
Unzip
Name
Size
Permission
Date
Action
context.json
5.75
KB
-rw-rw-rw-
2022-06-27 11:25
galley.json
2.02
KB
-rw-rw-rw-
2022-06-27 11:25
issue.json
1.96
KB
-rw-rw-rw-
2022-06-27 11:25
publication.json
984
B
-rw-rw-rw-
2022-06-27 11:25
section.json
430
B
-rw-rw-rw-
2022-06-27 11:25
Save
Rename
{ "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 } } }