I have used the automatic generator at https://autocodemeta.linkeddata.es to generate several codemeta.json files.
Upon one of the project owners whom I have PR'd these files to attempting to validate with https://codemeta.github.io/codemeta-generator, they have gotten an error saying
"softwareRequirements" must be a list of URLs (or a single URL), but it contains: {"name":"python-dotenv","version":"==1.1.0"}
which was generated by the automatic generator.
Comparing against the specification here, I believe this indicates that "softwareRequirements" should be json objects fitting "SoftwareSourceCode" rather than a list of URLs.
I have used the automatic generator at https://autocodemeta.linkeddata.es to generate several codemeta.json files.
Upon one of the project owners whom I have PR'd these files to attempting to validate with https://codemeta.github.io/codemeta-generator, they have gotten an error saying
which was generated by the automatic generator.
Comparing against the specification here, I believe this indicates that "softwareRequirements" should be json objects fitting "SoftwareSourceCode" rather than a list of URLs.