-
Notifications
You must be signed in to change notification settings - Fork 236
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: Add a command to generate JSON Schema #213
Conversation
Codecov ReportBase: 99.71% // Head: 99.83% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #213 +/- ##
==========================================
+ Coverage 99.71% 99.83% +0.12%
==========================================
Files 70 67 -3
Lines 4975 4977 +2
==========================================
+ Hits 4961 4969 +8
+ Misses 9 5 -4
+ Partials 5 3 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
LGTM
Co-authored-by: Pantelis Roditis <[email protected]>
Co-authored-by: Pantelis Roditis <[email protected]>
The JSON Schema could help to edit the EaseProbe's configuration YAML file easier - we can use it to generate the UI form on the Web or just edit the YAML file via IDE like VSCode or Intellij IDEA.
This PR just generates the EaseProbe YAML Configuration JSON Schema
-j
flag to generate the EaseProbe JSON Schema file.resources/schema.json