Skip to content

Commit acff6da

Browse files
committed
fix: panic "validate rules file"
Signed-off-by: Ilya Lesikov <[email protected]>
1 parent 241d578 commit acff6da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/tracker/generic/contrib_resource_status_rules.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,19 @@
4747
"ready": {
4848
"type": "array",
4949
"items": {
50-
"type": "string",
50+
"type": "string"
5151
}
5252
},
5353
"progressing": {
5454
"type": "array",
5555
"items": {
56-
"type": "string",
56+
"type": "string"
5757
}
5858
},
5959
"failed": {
6060
"type": "array",
6161
"items": {
62-
"type": "string",
62+
"type": "string"
6363
}
6464
}
6565
}

0 commit comments

Comments
 (0)