We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the code is defined as follows:
sy.Optional("code"): sy.Map({ "type": sy.Str(), sy.Optional("url"): sy.Url(), sy.Optional("date_last_commit"): sy.Datetime(), }),
The following elements are outside of the code tag and should be included:
code
sy.Optional("lines_of_code"): sy.Str(), sy.Optional("language"): sy.Str(), sy.Optional("license"): sy.CommaSeparated(sy.Enum([ sy.Optional("maturity"): sy.Int(),
Also, it should be possible to add multiple code tags to a project.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the code is defined as follows:
The following elements are outside of the
code
tag and should be included:Also, it should be possible to add multiple
code
tags to a project.The text was updated successfully, but these errors were encountered: