Skip to content

Commit b392b3d

Browse files
RiyanshGoyalRiyansh Goyalpre-commit-ci[bot]
authored
Added better handling of enum values for UTCM schema (#5281)
* added better handling of enum values * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Riyansh Goyal <riyanshgoyal@microsoft.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 46740d1 commit b392b3d

File tree

4 files changed

+7858
-4981
lines changed

4 files changed

+7858
-4981
lines changed

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/schema-validation.jsonc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,6 +1306,9 @@
13061306
"ty.json": {
13071307
"unknownFormat": ["uint16", "uint8", "uint", "int"]
13081308
},
1309+
"utcm-monitor.json": {
1310+
"unknownKeywords": ["errorMessage"]
1311+
},
13091312
"uv.json": {
13101313
"unknownFormat": ["uint16", "uint8", "uint", "int"]
13111314
},

0 commit comments

Comments
 (0)