Skip to content

Commit

Permalink
Make namespace optional
Browse files Browse the repository at this point in the history
There is no namespaces defined for the core schema yet
  • Loading branch information
astrozzc committed Jul 31, 2024
1 parent d2bf35f commit faf59a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/kessel/relations/v1beta1/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ message ObjectReference {
}

message ObjectType {
string namespace = 1 [(validate.rules).string.min_len = 1];
optional string namespace = 1 [(validate.rules).string.min_len = 1];
string name = 2 [(validate.rules).string.min_len = 1];
}

0 comments on commit faf59a8

Please sign in to comment.