When validating content in arrays, the framework should support some additional hooks: - [x] 1) For each item in the array, if the item matches rule A then it must fulfill rule B (contextual validation) - [ ] 2) When A contains X elements (or another broad precondition) each element MUST... - [ ] 3) Some Elements must... -At least one element must... etc.
When validating content in arrays, the framework should support some additional hooks:
-At least one element must...
etc.