Skip to content

Commit 379d58d

Browse files
author
Serhii Zakharov
committed
fix the schema
1 parent 3ee410a commit 379d58d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/gatherers/conditional/gathering_rule.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"description": "cluster_version_matches condition",
8282
"required": [
8383
"type",
84-
"params"
84+
"cluster_version_matches"
8585
],
8686
"properties": {
8787
"type": {
@@ -90,7 +90,7 @@
9090
"description": "Type of the condition cluster_version_matches",
9191
"const": "cluster_version_matches"
9292
},
93-
"params": {
93+
"cluster_version_matches": {
9494
"type": "object",
9595
"title": "ClusterVersionMatchesConditionParams",
9696
"description": "Parameters of the condition cluster_version_matches",

0 commit comments

Comments
 (0)