aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main/protobuf/ws-projects.proto
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-projects.proto')
-rw-r--r--sonar-ws/src/main/protobuf/ws-projects.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-projects.proto b/sonar-ws/src/main/protobuf/ws-projects.proto
index c34ce90b4b1..523521afb43 100644
--- a/sonar-ws/src/main/protobuf/ws-projects.proto
+++ b/sonar-ws/src/main/protobuf/ws-projects.proto
@@ -64,7 +64,7 @@ message SearchWsResponse {
repeated Component components = 2;
message Component {
- optional string organization = 1;
+ reserved 1; //drop organization
optional string key = 3;
optional string name = 4;
optional string qualifier = 5;