diff --git a/modulecheck/module.json b/modulecheck/module.json index 2199a3882eee56c389f3e1b01a884c57faf0cff5..d3bc15b3a33c6ab4b6d85d5a70c9375a1f3621ed 100644 --- a/modulecheck/module.json +++ b/modulecheck/module.json @@ -367,7 +367,7 @@ "excludeFromMissions", "recoverable", "unclearableMission", - "specifiedProcess" + "isolationProcess" ] }, "properties": { @@ -691,8 +691,8 @@ "type": "boolean", "default": false }, - "specifiedProcess": { - "description": "Indicates the process in which the component is running", + "isolationProcess": { + "description": "Specifies whether the ability can run in an independent process", "type": "boolean", "default": false }