-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Hi,
I've been using this package and added few values using the site codemeta-generator.
The field developmentStatus require a single word active/inactive in this website, whereas this package provide the link to repostatus.org website. I got a non valid file on codemeta-generator because I used two status on my readme.
Is it possible to make this package write a warning or choose the first one ? I wasn't aware that both status represent the same status...
Example of correct value following site codemeta-generator :
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "test",
"developmentStatus": "https://www.repostatus.org/#active"
}
And wrong value
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "test",
"developmentStatus": ["https://lifecycle.r-lib.org/articles/stages.html#stable", "https://www.repostatus.org/#active"]
}
Thanks, Maxime
Metadata
Metadata
Assignees
Labels
No labels