{ "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 appliance for which upload is performed.", "enum": [ "SAMPLE", "ALB_CONTROLLER", "INTELLIGENCE" ], "required": true, "title": "Name of the appliance", "type": "string" } }, "title": "Path of a local bundle", "type": "object" }