BundleUploadPermission (type)

{
  "additionalProperties": false, 
  "description": "Describes wether bundle upload is allowed or not", 
  "id": "BundleUploadPermission", 
  "module_id": "FileUploadFramework", 
  "properties": {
    "reason": {
      "description": "Reason for not allowing upload", 
      "readonly": true, 
      "required": false, 
      "type": "string"
    }, 
    "upload_allowed": {
      "default": false, 
      "description": "Flag indecation whether upload is allowed or not", 
      "readonly": true, 
      "required": true, 
      "title": "Bundle upload allowed flag", 
      "type": "boolean"
    }
  }, 
  "title": "Permissions for bundle upload", 
  "type": "object"
}