pub fn write_orcid_commonmeta(
person_json: &Value,
affiliations: &[PersonAffiliation],
works: &[Data],
) -> Result<Vec<u8>>Expand description
Convert ORCID 3.0 person JSON + resolved affiliations + works to a commonmeta
array validated against the commonmeta v1.0 schema. works may be empty.