{ "additionalProperties": false, "description": "Describes whether 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": { "description": "Flag indication whether upload is allowed or not.", "readonly": true, "required": true, "title": "Bundle upload allowed flag", "type": "boolean" } }, "title": "Permissions for bundle upload", "type": "object" }