We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96ec77 commit 4ba8caaCopy full SHA for 4ba8caa
openfga/v1/openfga.proto
@@ -89,12 +89,12 @@ message RelationshipCondition {
89
// A reference (by name) of the relationship condition defined in the authorization model.
90
string name = 1 [
91
(validate.rules).string = {
92
- pattern: "^[^\\s]{2,256}$"
+ pattern: "^[^\\s]{1,50}$"
93
ignore_empty: false
94
},
95
(google.api.field_behavior) = REQUIRED,
96
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
97
- max_length: 256
+ max_length: 50
98
example: "\"condition1\""
99
}
100
];
0 commit comments