ProductType (type)

{
  "additionalProperties": false, 
  "description": "Type of a product.", 
  "id": "ProductType", 
  "module_id": "FileUploadFramework", 
  "properties": {
    "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": "Type of product", 
  "type": "object"
}