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
Add functionality to convert JSON schema (values.schema.json) to a supported format which will be used by the GUI configuration view to render a form.
Simplify fetching & conversion of values.schema.json to a standard supported format to be used for rendering the GUI form-based configuration view.
The text was updated successfully, but these errors were encountered:
Hey team! Please add your planning poker estimate with ZenHub @shivani170 @vivek-devtron
Sorry, something went wrong.
sohel-rp
Successfully merging a pull request may close this issue.
Summary
Add functionality to convert JSON schema (values.schema.json) to a supported format which will be used by the GUI configuration view to render a form.
Motivation
Simplify fetching & conversion of values.schema.json to a standard supported format to be used for rendering the GUI form-based configuration view.
Proposal
Parse it and retrieve the different properties with states like hidden, required, etc.The text was updated successfully, but these errors were encountered: