{ "additionalProperties": false, "id": "MigrationSummary", "module_id": "Migration", "properties": { "component_target_versions": { "items": { "$ref": "ComponentTargetVersion }, "readonly": true, "required": false, "type": "array" }, "migration_coordinator_version": { "readonly": true, "required": true, "title": "Current version of migration coordinator", "type": "string" }, "migration_status": { "enum": [ "SUCCESS", "FAILED", "IN_PROGRESS", "NOT_STARTED", "PAUSED" ], "readonly": true, "required": true, "title": "Status of migration", "type": "string" }, "system_version": { "readonly": true, "required": true, "title": "Current system version", "type": "string" }, "target_version": { "readonly": true, "required": true, "title": "Target system version", "type": "string" } }, "type": "object" }