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
}
}
}