Server : Apache/2.4.41 (Ubuntu) System : Linux journalup 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /var/www/html/schemas/ |
{ "title": "Galley", "description": "A galley representing a published file, such as a PDF or HTML file.", "required": [ "fileId", "label", "publicationId" ], "properties": { "fileId": { "type": "integer", "apiSummary": true }, "dependentFiles": { "type": "object", "apiSummary": true, "readOnly": true, "properties": { "caption": { "type": "string" }, "copyrightOwner": { "type": "string" }, "creator": { "$ref": "#/definitions/LocaleObject" }, "credit": { "type": "string" }, "dateCreated": { "type": "string" }, "description": { "$ref": "#/definitions/LocaleObject" }, "revision": { "type": "integer" }, "fileStage": { "type": "integer" }, "fileName": { "type": "string" }, "genreId": { "type": "integer" }, "height": { "type": "string" }, "id": { "type": "integer" }, "language": { "type": "string" }, "physicalHeight": { "type": "string" }, "physicalWidth": { "type": "string" }, "publisher": { "$ref": "#/definitions/LocaleObject" }, "sponsor": { "$ref": "#/definitions/LocaleObject" }, "source": { "$ref": "#/definitions/LocaleObject" }, "subject": { "$ref": "#/definitions/LocaleObject" }, "terms": { "type": "string" }, "width": { "type": "string" } } }, "file": { "type": "object", "apiSummary": true, "readOnly": true, "properties": { "caption": { "type": "string" }, "copyrightOwner": { "type": "string" }, "creator": { "$ref": "#/definitions/LocaleObject" }, "credit": { "type": "string" }, "dateCreated": { "type": "string" }, "description": { "$ref": "#/definitions/LocaleObject" }, "revision": { "type": "integer" }, "fileStage": { "type": "integer" }, "fileName": { "type": "string" }, "genreId": { "type": "integer" }, "height": { "type": "string" }, "id": { "type": "integer" }, "language": { "type": "string" }, "physicalHeight": { "type": "string" }, "physicalWidth": { "type": "string" }, "publisher": { "$ref": "#/definitions/LocaleObject" }, "sponsor": { "$ref": "#/definitions/LocaleObject" }, "source": { "$ref": "#/definitions/LocaleObject" }, "subject": { "$ref": "#/definitions/LocaleObject" }, "terms": { "type": "string" }, "width": { "type": "string" } } }, "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-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 } } }