BundleUploadParameters (type)

{
  "additionalProperties": false, 
  "description": "Parameters specified during bundle upload operations", 
  "extends": {
    "$ref": "ProductType
  }, 
  "id": "BundleUploadParameters", 
  "module_id": "FileUploadFramework", 
  "properties": {
    "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": "Parameters for bundle upload", 
  "type": "object"
}