/// Taxonomy of 14 roles that can be used to describe the key types of contributions typically made to the production and publication of research output such as research articles.
@@ -144,7 +156,8 @@ pub enum ObjectType {
Event,
/// Funding
///
/// Note: Includes grants or other cash or in-kind awards, but not prizes
/// *Note*
/// > Includes grants or other cash or in-kind awards, but not prizes
/// Date an embargo on access to the RAiD metadata ends
/// ### Format
/// > [ISO 8601] standard date (e.g. `YYYY-MM-DD`)
///
/// <div class="warning">Mandatory if access type is "embargoed"</div>
///
/// <div class="warning">Embargo expiration dates may not lay more than 18 months from the date the RAiD was registered. Year, month, and day mush be specified.</div>
/// Note: PID is required and (currently) only [ORCID] and [ISNI] are allowed
/// <div class="warning">PID is required and (currently) only [ORCID] and [ISNI] are allowed</div>
///
/// [ISNI]: https://isni.org/
/// [ORCID]: https://orcid.org/
@@ -316,12 +405,12 @@ pub struct Contributor {
#[serde(deny_unknown_fields)]
pubstructContributorPosition{
/// Contributor's administrative position in the project
///
/// Example: "Principal Investigator"
/// ### Example
/// > "Principal Investigator"
pubid:PositionType,
/// URI of the position schema used
///
/// Note: Controlled list of schemas is informed by Simon Cox's [Project Ontology], [OpenAIRE] "Project" guidelines, NIH definitions, ARC definitions, and DataCite Metadata Schema 4.4 Appendix 1 Table 5 "Description of contributorType".
/// <div class="warning">Controlled list of schemas is informed by Simon Cox's [Project Ontology], [OpenAIRE] "Project" guidelines, NIH definitions, ARC definitions, and DataCite Metadata Schema 4.4 Appendix 1 Table 5 "Description of contributorType".</div>