rules property
Client-side validation hints. A base-node property in the contract (ยง5.3), so every consumer can ask "is this required?" without switching over the sealed hierarchy. Containers and entries simply carry ValidationRules.none.
Implementation
final ValidationRules rules;