Skip to content

Commit 5551660

Browse files
committed
add list of unknownKeywords for Kestra
1 parent 2bf23d1 commit 5551660

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/schema-validation.jsonc

+9
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
"json-api-1.0.json",
113113
"json-patch.json",
114114
"jsone.json",
115+
"kestra-0.18.json",
115116
"kong_json_schema.json",
116117
"kustomization.json",
117118
"label-commenter-config.json",
@@ -707,6 +708,14 @@
707708
"allowTrailingCommas"
708709
]
709710
},
711+
"kestra-0.18.json": {
712+
"unknownKeywords": [
713+
"markdownDescription",
714+
"$deprecated",
715+
"$dynamic",
716+
"$metrics"
717+
]
718+
},
710719
"launchsettings.json": {
711720
"unknownKeywords": ["allowTrailingCommas"]
712721
},

0 commit comments

Comments
 (0)