Validates the groups section of MishkaGervaz form DSL.
Two checks:
- Every group field reference exists in the form's declared fields.
- No field appears in more than one group (groups partition fields).
See MishkaGervaz.Form.Dsl.Groups,
MishkaGervaz.Form.Entities.Group,
MishkaGervaz.Form.Verifiers.Helpers, and sibling verifiers.