Skip to content

Commit 1975e4a

Browse files
authored
fix: updating maxItems (schema/definitions) to 30
1 parent 4704bd6 commit 1975e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/schema/definitions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
"description": "Domain Names separated by a comma",
173173
"example": "*.jc21.com,blog.jc21.com",
174174
"type": "array",
175-
"maxItems": 15,
175+
"maxItems": 30,
176176
"uniqueItems": true,
177177
"items": {
178178
"type": "string",

0 commit comments

Comments
 (0)