Project

General

Profile

AuthorPidSchemaValue » History » Version 2

Miriam Baglioni, 30/11/2021 11:48 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
|_. 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 scheme.  OpenAIRE currently supports 'ORCID' |
8
Example data
9
10
{
11
"scheme" : "orcid",
12
"value" : "0000-1111-2222-3333"
13
}