diff options
Diffstat (limited to 'sonar-ws/src/main/protobuf')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-hotspots.proto | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-hotspots.proto b/sonar-ws/src/main/protobuf/ws-hotspots.proto index 36ae0002267..0fc8ad9ad46 100644 --- a/sonar-ws/src/main/protobuf/ws-hotspots.proto +++ b/sonar-ws/src/main/protobuf/ws-hotspots.proto @@ -72,14 +72,13 @@ message ShowWsResponse { } message Component { - optional string organization = 1; - optional string key = 2; - optional string qualifier = 3; - optional string name = 4; - optional string longName = 5; - optional string path = 6; - optional string branch = 7; - optional string pullRequest = 8; + optional string key = 1; + optional string qualifier = 2; + optional string name = 3; + optional string longName = 4; + optional string path = 5; + optional string branch = 6; + optional string pullRequest = 7; } message Rule { |