Skip to content
New issue

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

Support nullable parameters #33

Merged
merged 3 commits into from
Feb 23, 2022
Merged

Support nullable parameters #33

merged 3 commits into from
Feb 23, 2022

Conversation

miguelaeh
Copy link
Contributor

Signed-off-by: Miguel A. Cabrera Minagorri [email protected]

Description of the change

This PR adds support for nullable parameters through a new modifier

Benefits

Possible drawbacks

Applicable issues

Additional information

Checklist

  • Version bumped in package.json and package-lock.json according to semver.
  • New features are documented in the README.md
  • New features contain a new test at the tests folder
  • All tests pass running npm test

Signed-off-by: Miguel A. Cabrera Minagorri <[email protected]>
Signed-off-by: Miguel A. Cabrera Minagorri <[email protected]>
Copy link

@antgamdia antgamdia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh great! Thanks a lot for implementing this fix! I'll give it a try with the Kubeapps schema tomorrow

…apply the rest of modifiers for the type

Signed-off-by: Miguel A. Cabrera Minagorri <[email protected]>
@miguelaeh miguelaeh merged commit 1af1288 into main Feb 23, 2022
@miguelaeh miguelaeh deleted the nullableOption branch February 23, 2022 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow values with null values during the schema generation
2 participants