diff --git a/modulecheck/module.json b/modulecheck/module.json index 7c277dbcb12d76da07b6b7dcb62011c3b3789d1f..a31a229d8ff71f7cb39d9747bbab6b80697f2b56 100644 --- a/modulecheck/module.json +++ b/modulecheck/module.json @@ -1523,7 +1523,8 @@ "type": "object", "propertyNames": { "enum": [ - "preloads" + "preloads", + "resizeable" ] }, "properties": { @@ -1546,6 +1547,11 @@ } } } + }, + "resizeable": { + "description": "Indicates whether atomicService can be resize.The \"true\" indicates the atomicService can be resize.The \"false\" indicates the atomicService cannot be resize.This tag is optional. The default value is false.", + "type": "boolean", + "default": false } } },