Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/bufbuild/protovalidate into…
Browse files Browse the repository at this point in the history
… shared-field-rules
  • Loading branch information
jchadwick-buf committed Sep 4, 2024
2 parents 4ef8796 + 3edb475 commit 13aee7a
Show file tree
Hide file tree
Showing 2 changed files with 363 additions and 363 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ message Int64IncorrectType {
}

message Int64Example {
int64 val = 1 [(buf.validate.field).float.example = 10];
int64 val = 1 [(buf.validate.field).int64.example = 10];
}

message UInt32None {
Expand Down Expand Up @@ -557,7 +557,7 @@ message SInt32IncorrectType {
}

message SInt32Example {
sint32 val = 1 [(buf.validate.field).int32.example = 0];
sint32 val = 1 [(buf.validate.field).sint32.example = 0];
}

message SInt64None {
Expand Down
Loading

0 comments on commit 13aee7a

Please sign in to comment.