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
it is possible to specify "maxProperties". So for instance I have a value set to 2, and I can have tag property in [tag1, tag2, tag3] if I have:
- tag1: tag2:
And that I call completion on last line, there should be no completion.
nota: Issue detected while working on Apache Camel K schema https://gist.github.com/lburgazzoli/70027ee39196c18008e1a455ef02566c
The text was updated successfully, but these errors were encountered:
Provide test on expected behavior for maxProperties redhat-developer#269
b2729c0
Signed-off-by: Aurélien Pupier <[email protected]>
provided a PR with tests to show expected behavior #270
Sorry, something went wrong.
Implement the respect of maxProperties for arrays ( fixes redhat-deve…
cf8f438
…loper#269 ) Signed-off-by: Aurélien Pupier <[email protected]>
Pr updated with an implementation respecting the maxProperties value
c2c4e88
Merge pull request #270 from apupier/269-respectMaxpropertiesForCompl…
292c956
…etion Avoid providing completion when "maxProperties" is reached #269
No branches or pull requests
it is possible to specify "maxProperties". So for instance I have a value set to 2, and I can have tag property in [tag1, tag2, tag3] if I have:
And that I call completion on last line, there should be no completion.
nota: Issue detected while working on Apache Camel K schema https://gist.github.com/lburgazzoli/70027ee39196c18008e1a455ef02566c
The text was updated successfully, but these errors were encountered: