Error encountered: `Unknown field "schema:affiliation" in "author".` when attempting to use servicemeta generator https://servicemeta.apps.tc.humanbrainproject.eu/
Originally filed at https://gitlab.ebrains.eu/ri/tech-hub/issue-bonanza/-/issues/33#note_1120589
I was trying to use the code meta generation instance at https://servicemeta.apps.tc.humanbrainproject.eu/
But I encountered the following issue:
Unknown field "schema:affiliation" in "author".
At the moment, the generated codemeta looks like the following:
{
"@context": "https://gitlab.ebrains.eu/lauramble/servicemeta/-/raw/main/data/contexts/servicemeta.jsonld",
"type": "WebApplication",
"alternateName": "Siibra Explorer",
"author": [
{
"type": "Person",
"schema:affiliation": {
"type": "Organization",
"name": ""
},
"email": "xgui3783@gmail.com",
"familyName": "Gui",
"givenName": "Xiaoyun"
}
],
"copyrightYear": "2024",
"dateModified": "2024-08-27",
"documentation": "https://siibra-explorer.readthedocs.io/en/stable/",
"name": "siibra-explorer",
"releaseNotes": "# v2.14.10\n\n## Bugfix\n\n- Fix deployment scripts\n- Fix region update to updated siibra-api endpoint\n\n## Behind the scenes\n\n- Re-enable siibra-api warning mismatch warning\n- Adapt to siibra-api v0.3.18 point assignment rhetoric\n- Enable cheat code, removing obsolete experimental flags\n",
"url": "https://atlases.ebrains.eu/viewer/",
"version": "2.14.10",
"inputFormat": [
"nii"
],
"outputFormat": [
"json",
"zip"
]
}
Please see screenshot:
Additionally, the error message instruct me to raise an issue at https://github.com/servicemeta/servicemeta-generator/issues/new . @adavison pointed me to this repo instead.