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 9a12cd8 commit 3e478feCopy full SHA for 3e478fe
java-runtime/src/main/proto/spine/validate/validation_error.proto
@@ -104,5 +104,5 @@ message ConstraintViolation {
104
// This field is not populated, if fields of the corresponding message type do not have
105
// validation constraints, and simply non-default value was required in the parent message.
106
//
107
- repeated ConstraintViolation violation = 5;
+ repeated ConstraintViolation violation = 5 [deprecated = true];
108
}
0 commit comments