Project

General

Profile

ResultPid » History » Revision 4

Revision 3 (Miriam Baglioni, 30/11/2021 11:03 AM) → Revision 4/6 (Miriam Baglioni, 02/12/2021 03:56 PM)

h1. ResultPid 

 Type used to represent the information associated to persistent identifiers for the result that have been forged by an authority for that pid type.  

 |_. field name |_. cardinality |_. type |_. description | 
 | scheme | ONE | string | vocabulary reference| 
 | value | ONE | string | value from the given scheme/vocabulary| 


 Example data 

 <pre> { 
 { 
     "scheme" : "DOI", 
     
 "value" : "10.5281/zenodo.4707307" 
 } 
 </pre>