Project

General

Profile

Author » History » Version 3

Miriam Baglioni, 30/11/2021 11:17 AM

1 1 Claudio Atzori
h1. Author
2
3
Represents the result author.
4
5
|_. field name |_. cardinality |_. type |_. description |
6
| fullname | ONE | string | |
7
| name | ONE | string | |
8
| surname | ONE | string | |
9
| rank | ONE | string | |
10 2 Miriam Baglioni
| pid | ONE | [[AuthorPid]] | |
11 3 Miriam Baglioni
12
13
Example:
14
15
{"author":[
16
    {"fullname":"Turunen, Heidi",
17
     "name":"Heidi",
18
     "pid":{
19
         "id":{
20
             "scheme":"orcid",
21
             "value":"0000-0001-7169-1177"},
22
         "provenance":{
23
             "provenance":"Harvested",
24
             "trust":"0.9"}
25
      },
26
     "rank":1,
27
     "surname":"Turunen"},
28
     .....]
29
}