From 5f130fc44eb94e3ace27a3f5bb030debd45d2b8b Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Tue, 24 Oct 2023 22:14:49 -0400 Subject: [PATCH] use 2d pattern by default --- mcxcloud/frontend/index.html | 3 +-- schema/mcxinput.json | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/mcxcloud/frontend/index.html b/mcxcloud/frontend/index.html index b11798ff..69b3bc4a 100644 --- a/mcxcloud/frontend/index.html +++ b/mcxcloud/frontend/index.html @@ -893,7 +893,6 @@

Backend

"_ArraySize_": { "type": "array", "default": [ - 0, 0, 0 ], @@ -902,7 +901,7 @@

Backend

"type": "integer", "minimum": 0 }, - "minItems": 3, + "minItems": 2, "maxItems": 3 }, "_ArrayZipType_": { diff --git a/schema/mcxinput.json b/schema/mcxinput.json index e13b97d9..0b66151a 100644 --- a/schema/mcxinput.json +++ b/schema/mcxinput.json @@ -290,7 +290,7 @@ "minimum": 0 }, "Pattern": { - "title": "Source Pattern Data", + "title": "Source Pattern", "type": "object", "required": [ "_ArrayType_", @@ -316,7 +316,6 @@ "_ArraySize_": { "type": "array", "default": [ - 0, 0, 0 ], @@ -325,7 +324,7 @@ "type": "integer", "minimum": 0 }, - "minItems": 3, + "minItems": 2, "maxItems": 3 }, "_ArrayZipType_": {