{ "additionalProperties": false, "id": "MigrationDataInfo", "module_id": "Migration", "properties": { "file_location": { "readonly": true, "required": false, "title": "Absolute location of the file.", "type": "string" }, "file_type": { "enum": [ "VRA_INPUT", "EDGE_CUTOVER_MAPPING" ], "readonly": true, "required": true, "title": "Type of the Migration data file for which info is requested.", "type": "string" }, "is_present": { "readonly": true, "required": true, "title": "Indicates if the file is present.", "type": "boolean" } }, "type": "object" }