Skip to content

Commit f8d7f1e

Browse files
authored
fix: gzip plugin schema typo (#2142)
1 parent 65e2528 commit f8d7f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/conf/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3141,7 +3141,7 @@
31413141
"minLength": 1,
31423142
"type": "string"
31433143
},
3144-
"minItem": 1,
3144+
"minItems": 1,
31453145
"type": "array"
31463146
}, {
31473147
"enum": ["*"]

0 commit comments

Comments
 (0)