LocalBundlePath (type)

{
  "additionalProperties": false, 
  "description": "Path of a local bundle which needs to be uploaded", 
  "extends": {
    "$ref": "BundleUploadParameters
  }, 
  "id": "LocalBundlePath", 
  "module_id": "FileUploadFramework", 
  "properties": {
    "file": {
      "readonly": false, 
      "required": true, 
      "title": "Local bundle", 
      "type": "multipart_file"
    }, 
    "file_type": {
      "description": "Type of file which will be uploaded", 
      "enum": [
        "OVA"
      ], 
      "required": true, 
      "title": "Type of file", 
      "type": "string"
    }, 
    "product": {
      "description": "Name of the product for which upload is performed", 
      "enum": [
        "INTELLIGENCE"
      ], 
      "required": true, 
      "title": "Name of the product", 
      "type": "string"
    }
  }, 
  "title": "Path of a local bundle", 
  "type": "object"
}