Skip to content

Commit

Permalink
fix: Use plural for repeated permisions field in Role
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjayVas committed Nov 27, 2024
1 parent 370c960 commit 455ea08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/proto/wfa/measurement/access/v1alpha/role.proto
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ message Role {
//
// Each of the permissions must have all of the resource types indicated in
// `resource_type`.
repeated string permission = 3 [
repeated string permissions = 3 [
(google.api.field_behavior) = REQUIRED,
(google.api.field_behavior) = UNORDERED_LIST,
(google.api.resource_reference).type = "access.halo-cmm.org/Permission"
Expand Down

0 comments on commit 455ea08

Please sign in to comment.