Project

General

Profile

Actions

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 value |

Example data

{
"scheme" : "orcid",
"value" : "0000-1111-2222-3333"
}

Updated by Miriam Baglioni about 3 years ago · 3 revisions