Skip to content

Commit ab9f3f4

Browse files
authored
replicate #1338 to CLI (#1339)
Signed-off-by: Craig Disselkoen <[email protected]>
1 parent 81858b3 commit ab9f3f4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cedar-policy-cli/protobuf_schema/Validator.proto

+1-3
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,7 @@ message AttributeType {
116116
}
117117

118118
message Tag {
119-
oneof optional_type {
120-
Type type = 1;
121-
}
119+
Type optional_type = 1;
122120
}
123121

124122
enum ValidationMode {

0 commit comments

Comments
 (0)