MigrationDataUploadRequest (type)

{
  "additionalProperties": false, 
  "id": "MigrationDataUploadRequest", 
  "module_id": "Migration", 
  "properties": {
    "file": {
      "readonly": false, 
      "required": true, 
      "title": "Migration data file to upload.", 
      "type": "multipart_file"
    }, 
    "file_type": {
      "enum": [
        "VRA_INPUT", 
        "EDGE_CUTOVER_MAPPING"
      ], 
      "readonly": false, 
      "required": true, 
      "title": "Type of the Migration data file that is being uploaded.", 
      "type": "string"
    }
  }, 
  "type": "object"
}