v3.6.1
Patch Description
- Fixed validation for "semi-wildcard" paths, i.e. ones that contain both explicit indices and wildcards, like
'items.2.nested.*.value'
. The flaw in validator lookup only allowed to use only all-explicit or all-wildcard paths. Issue reported by @MrFreemind .