diff --git a/modulecheck/module.json b/modulecheck/module.json index 62479972093179140eeaceab5accda7c7e27ed5e..9206539364213f3a76368b7ef1c8ae599b6bfec5 100644 --- a/modulecheck/module.json +++ b/modulecheck/module.json @@ -506,32 +506,38 @@ "maxWindowRatio": { "description": "This tag identifies the max window ratio. The value is an number.", "type": "number", - "minimum": 0 + "minimum": 0, + "maximum": 2147483647 }, "minWindowRatio": { "description": "This tag identifies the min window ratio. The value is an number.", "type": "number", - "minimum": 0 + "minimum": 0, + "maximum": 2147483647 }, "maxWindowWidth": { "description": "This tag identifies the min window ratio. The value is an integer.", "type": "integer", - "minimum": 0 + "minimum": 0, + "maximum": 2147483647 }, "minWindowWidth": { "description": "This tag identifies the min window ratio. The value is an integer.", "type": "integer", - "minimum": 0 + "minimum": 0, + "maximum": 2147483647 }, "maxWindowHeight": { "description": "This tag identifies the min window ratio. The value is an integer.", "type": "integer", - "minimum": 0 + "minimum": 0, + "maximum": 2147483647 }, "minWindowHeight": { "description": "This tag identifies the min window ratio. The value is an integer.", "type": "integer", - "minimum": 0 + "minimum": 0, + "maximum": 2147483647 }, "excludeFromMissions": { "description": "Specifies whether to display in the recent missions list. For system application only.",