diff --git a/modulecheck/module.json b/modulecheck/module.json index a47138e83784f1e10fff6e4d7a25d6ade8401357..fd05ce4a159c9129ed0f73c09c1a06d80fa3fee6 100644 --- a/modulecheck/module.json +++ b/modulecheck/module.json @@ -372,7 +372,8 @@ "excludeFromMissions", "recoverable", "unclearableMission", - "isolationProcess" + "isolationProcess", + "continueType" ] }, "properties": { @@ -710,6 +711,10 @@ "description": "Specifies whether the ability can run in an independent process", "type": "boolean", "default": false + }, + "continueType": { + "description": "Identifies the ability migrated type", + "type": "string" } } }