Project

General

Profile

AuthorPidSchemaValue » History » Version 3

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

1 1 Miriam Baglioni
h1. AuthorPidSchemaValue
2 2 Miriam Baglioni
3
Type used to represent the scheme and value for the author's pid
4
5 3 Miriam Baglioni
|_. field name |_. cardinality |_. type |_. description |
6
| scheme | ONE | string | The author's pid scheme.  OpenAIRE currently supports ORCID |
7
| value | ONE | string | The author's pid value |
8
9 2 Miriam Baglioni
Example data
10
11
{
12
"scheme" : "orcid",
13
"value" : "0000-1111-2222-3333"
14
}