{ "additionalProperties": false, "id": "MigrationPlanSettings", "module_id": "Migration", "properties": { "parallel": { "default": true, "readonly": false, "required": false, "title": "Migration Method to specify whether the migration is to be performed serially or in parallel", "type": "boolean" }, "pause_after_each_group": { "default": false, "readonly": false, "required": false, "title": "Flag to indicate whether to pause the migration after migration of each group is completed", "type": "boolean" }, "pause_on_error": { "default": false, "readonly": false, "required": false, "title": "Flag to indicate whether to pause the migration plan execution when an error occurs", "type": "boolean" } }, "type": "object" }