diff --git a/configcheck/configSchema_rich.json b/configcheck/configSchema_rich.json index ae295ecc704c152861fd4a1cb5cffa99c5186dc1..01ff8a3a26acb1f0a1e7c222f1dba1092f5da3cb 100755 --- a/configcheck/configSchema_rich.json +++ b/configcheck/configSchema_rich.json @@ -2867,7 +2867,7 @@ }, "properties": { "apiVersion": { - "description": "Indicates the supported apiVersion range. The value can be 3, 4, or 5. This label is optional.", + "description": "Indicates the supported apiVersion range. This label is optional.", "type": "object", "propertyNames": { "enum": [ @@ -3242,11 +3242,10 @@ "description": "Indicates the syntax type of JS Component.Default is hml", "type": "string", "enum": [ - "js", "ets", "hml" ], - "default": "js" + "default": "hml" }, "testRunner": { "description": "This tag is used for configure the test properties.", diff --git a/modulecheck/module.json b/modulecheck/module.json index 519f7eb76197d9cef1db79eb52b323e66f620f4f..02cfe3828235fc5ae1b1aa9208c9d1aa8ac231e7 100644 --- a/modulecheck/module.json +++ b/modulecheck/module.json @@ -158,11 +158,10 @@ "description": "Indicates the syntax type of JS Component.Default is hml", "type": "string", "enum": [ - "js", "ets", "hml" ], - "default": "js" + "default": "hml" }, "pages": { "description": "Used to list the information of each page in JS Component.",