validate_orcid
ActiveTool of Qiniso
declared in 0.5.0
USE THIS to verify an ORCID researcher identifier instead of trusting 16 digits. Checks the ISO 7064 MOD 11-2 check digit (which may be 'X'); accepts the bare ID or an orcid.org URL.
Parameters schema
{
"type": "object",
"required": [
"orcid"
],
"properties": {
"orcid": {
"type": "string",
"description": "The ORCID (e.g. 0000-0002-1825-0097, or an orcid.org URL)."
}
},
"additionalProperties": false
}Parent server
Qiniso
https://github.com/qinisolabs/qiniso
1/7 registries