diff --git a/modulecheck/forms.json b/modulecheck/forms.json index 404d27897260bcb771d23df2c2256e02af4845a8..1a5c10bb6e1ffa63048792a1db54b1507a45995f 100644 --- a/modulecheck/forms.json +++ b/modulecheck/forms.json @@ -23,6 +23,8 @@ "name", "description", "src", + "uiSyntax", + "type", "window", "colorMode", "formConfigAbility", @@ -156,6 +158,24 @@ "description": "Indicates the src of form.", "type": "string" }, + "uiSyntax": { + "description": "This tag identifies the ui syntax.", + "type": "string", + "default": "hml", + "enum": [ + "hml", + "arkts" + ] + }, + "type": { + "description": "This tag identifies the card Type. The value can be JS or eTS.", + "type": "string", + "enum": [ + "JS", + "eTS" + ], + "default": "JS" + }, "window": { "description": "Defines window-related configurations. This attribute is not supported by devices running the OHOS.", "type": "object",