Skip to content

Commit 3e478fe

Browse files
author
yevhenii-nadtochii
committed
Deprecate field with nested violations
1 parent 9a12cd8 commit 3e478fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-runtime/src/main/proto/spine/validate/validation_error.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,5 @@ message ConstraintViolation {
104104
// This field is not populated, if fields of the corresponding message type do not have
105105
// validation constraints, and simply non-default value was required in the parent message.
106106
//
107-
repeated ConstraintViolation violation = 5;
107+
repeated ConstraintViolation violation = 5 [deprecated = true];
108108
}

0 commit comments

Comments
 (0)