diff --git a/configcheck/configSchema_rich.json b/configcheck/configSchema_rich.json index 072d1186d24c4ad6cd9f954af9923932e4a041c8..429e69f29e33f69428cc3e3c0ba4ff95dcfc486c 100644 --- a/configcheck/configSchema_rich.json +++ b/configcheck/configSchema_rich.json @@ -33,7 +33,9 @@ "relatedBundleName", "smartWindowSize", "smartWindowDeviceType", - "targetBundleList" + "targetBundleList", + "unremoveable", + "singleUser" ] }, "properties": { @@ -148,6 +150,14 @@ "items": { "type": "string" } + }, + "unremoveable": { + "description": "Specifies whether the application can be uninstalled. If this attribute is set to true, the application can be uninstalled.", + "type": "boolean" + }, + "singleUser": { + "description": "Specifies whether the application is multi-instance according to the memory situation. If this attribute is set to true, the application is system application.", + "type": "boolean" } } },