ResultPid » History » Revision 5
Revision 4 (Miriam Baglioni, 02/12/2021 03:56 PM) → Revision 5/6 (Claudio Atzori, 11/03/2022 02:09 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.21511/bbs.13(3).2018.13" "10.5281/zenodo.4707307"
}
</pre>