ProductType (type)

{
  "additionalProperties": false, 
  "description": "Type of a product", 
  "id": "ProductType", 
  "module_id": "FileUploadFramework", 
  "properties": {
    "product": {
      "description": "Name of the product for which upload is performed", 
      "enum": [
        "INTELLIGENCE"
      ], 
      "required": true, 
      "title": "Name of the product", 
      "type": "string"
    }
  }, 
  "title": "Type of product", 
  "type": "object"
}