-
Notifications
You must be signed in to change notification settings - Fork 2k
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
feat(tests): support json schema validation #6532
feat(tests): support json schema validation #6532
Conversation
As I experienced, isn`t it supported to validate schema until your changes are merged? |
indeed @mirket999 |
|
6fa08b9
to
e63048e
Compare
afdfa9d
to
d2c1756
Compare
8017182
to
168d79e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution! 🚀
Updated a test to the inso smoke tests to make sure it works there too!
Thanks @gatzjames for the review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
* feat(tests): support json schema validation * add json schema to cli test --------- Co-authored-by: gatzjames <jamesgatzos@gmail.com>
Closes #6507
changelog(Improvements): Add support for json schema in unit tests
Closes INS-3325