schema-tools.util
dissoc-in
(dissoc-in m [k & ks])
Dissociates an entry from a nested associative structure returning a new nested structure. keys is a sequence of keys. Any empty maps that result will not be present in the new structure.
path-vals
(path-vals m)
(path-vals m fk)
Returns vector of tuples containing path vector to the value and the value.