Validates the fields section of MishkaGervaz form DSL.
Four checks, in order:
- Each field name maps to a resource attribute, relationship,
calculation, or aggregate — unless the field is marked
virtual. depends_onreferences a field declared in the same form.- Virtual fields of type
:relationor:selectdeclare aresource. nested_fieldentries appear only inside:nestedfields.
See MishkaGervaz.Form.Dsl.Fields,
MishkaGervaz.Form.Entities.Field,
MishkaGervaz.Form.Entities.NestedField,
MishkaGervaz.Form.Verifiers.Helpers, and sibling verifiers.