瀏覽代碼

fix: updating maxItems (schema/definitions) to 30

Renan Duarte 1 年之前
父節點
當前提交
1975e4a151
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      backend/schema/definitions.json

+ 1 - 1
backend/schema/definitions.json

@@ -172,7 +172,7 @@
       "description": "Domain Names separated by a comma",
       "example": "*.jc21.com,blog.jc21.com",
       "type": "array",
-      "maxItems": 15,
+      "maxItems": 30,
       "uniqueItems": true,
       "items": {
         "type": "string",