| Server IP : 127.0.1.1 / Your IP : 216.73.216.83 Web Server : Apache/2.4.58 (Ubuntu) System : Linux nepub 6.8.0-88-generic #89-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 01:02:46 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/public_html/lib/pkp/schemas/ |
Upload File : |
{
"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"
},
"competingInterests": {
"type": "string",
"description": "A declaration of potential competing interests.",
"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
}
}
}