Project

General

Profile

Actions

Author » History » Revision 3

« Previous | Revision 3/7 (diff) | Next »
Miriam Baglioni, 30/11/2021 11:17 AM


h1. Author

Represents the result author.

|. field name |. cardinality |. type |. description |
| fullname | ONE | string | |
| name | ONE | string | |
| surname | ONE | string | |
| rank | ONE | string | |
| pid | ONE | AuthorPid | |

Example:

{"author":[
{"fullname":"Turunen, Heidi",
"name":"Heidi",
"pid":{
"id":{
"scheme":"orcid",
"value":"0000-0001-7169-1177"},
"provenance":{
"provenance":"Harvested",
"trust":"0.9"}
},
"rank":1,
"surname":"Turunen"},
.....]
}

Updated by Miriam Baglioni about 3 years ago · 3 revisions