AuthorPidSchemaValue » History » Revision 2
Revision 1 (Miriam Baglioni, 30/11/2021 11:44 AM) → Revision 2/3 (Miriam Baglioni, 30/11/2021 11:48 AM)
h1. AuthorPidSchemaValue
Type used to represent the scheme and value for the author's pid
|_. field name |_. cardinality |_. type |_. description |
| scheme | ONE | string | The author's pid scheme. OpenAIRE currently supports 'ORCID' |
| value | ONE | string | The author's pid scheme. OpenAIRE currently supports 'ORCID' |
Example data
{
"scheme" : "orcid",
"value" : "0000-1111-2222-3333"
}