Expand description
Schema-level constraint definitions.
Each FieldConstraint describes what rules apply to a specific field path.
The ConstraintSet holds a collection of constraints and drives validation
through the RuleRegistry.
Structsยง
- Constraint
Set - A set of field constraints for a message type.
- Field
Constraint - A constraint specification for a single field path.