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