feat(schema): Add JSON schema for ORT project files#11547
feat(schema): Add JSON schema for ORT project files#11547MarcelBochtler wants to merge 1 commit intooss-review-toolkit:mainfrom
Conversation
In order to get auto-completions and validation in editors, provide a JSON schema for the ORT project file. Signed-off-by: Marcel Bochtler <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11547 +/- ##
=========================================
Coverage 57.98% 57.98%
Complexity 1730 1730
=========================================
Files 349 349
Lines 12994 12994
Branches 1263 1263
=========================================
Hits 7534 7534
Misses 4995 4995
Partials 465 465
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
If we add the schema, I think we should also have a way to auto-generate it from the model classes (similar to like this script does that for the ORT result). The difference here is that |
In order to get auto-completions and validation in editors, provide a JSON schema for the ORT project file.