Server IP : 103.11.96.170 / Your IP : 3.16.48.163 Web Server : Microsoft-IIS/10.0 System : Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64 User : elibrary.unsap.ac.id ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF Directory (0777) : D:/localhost/ejournal_unsap/schemas/ |
[ Home ] | [ C0mmand ] | [ Upload 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 } } }