HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux vmi1674223.contaboserver.net 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: root (0)
PHP: 7.4.3-4ubuntu2.22
Disabled: 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,
Upload Files
File: /var/www/ojs/lib/pkp/schemas/author.json
{
	"title": "Author",
	"description": "An author of a publication.",
	"required": [
		"email",
		"givenName",
		"publicationId",
		"userGroupId"
	],
	"properties": {
		"affiliation": {
			"type": "string",
			"description": "The scholarly institution this contributor is employed by or affiliated with.",
			"multilingual": "true",
			"apiSummary": true
		},
		"biography": {
			"type": "string",
			"description": "An optional bio statement about this contributor.",
			"multilingual": "true"
		},
		"country": {
			"type": "string"
		},
		"email": {
			"type": "string",
			"apiSummary": true,
			"validation": [
				"email_or_localhost"
			]
		},
		"familyName": {
			"type": "string",
			"multilingual": "true",
			"apiSummary": true
		},
		"givenName": {
			"type": "string",
			"multilingual": "true",
			"apiSummary": true,
			"validation": [
				"nullable"
			]
		},
		"id": {
			"type": "integer",
			"apiSummary": true
		},
		"includeInBrowse": {
			"type": "boolean",
			"description": "Whether or not to include this contributor in author lists when the publication appears in search results, tables of content and catalog entries.",
			"default": true,
			"apiSummary": true
		},
		"orcid": {
			"type": "string",
			"description": "The ORCID of this contributor. See: https://orcid.org/",
			"apiSummary": true,
			"validation": [
				"orcid"
			]
		},
		"preferredPublicName": {
			"type": "string",
			"description": "An optional field for contributors to specify how they prefer to be identified in this publication.",
			"multilingual": "true",
			"apiSummary": true
		},
		"publicationId": {
			"type": "integer",
			"apiSummary": true
		},
		"seq": {
			"type": "integer",
			"description": "The order in which this contributor should appear in a list of contriibutors.",
			"apiSummary": true
		},
		"submissionLocale": {
			"type": "string",
			"description": "The primary locale of the submission this author is attached to. This locale is used as the fallback when a language is missing from a multilingual property.",
			"apiSummary": true,
			"readOnly": true
		},
		"url": {
			"type": "string",
			"description": "An optional URL to this contributor's webpage.",
			"validation": [
				"url"
			]
		},
		"userGroupId": {
			"type": "integer",
			"description": "in which user group should this contributor be identified. Usually one of the author roles, such as Author or Translator.",
			"apiSummary": true
		}
	}
}