Currently paths under the ownership key in clump.yaml can not be nested.
If implementing this feature keep in mind cases such as:
ownership:
/foo/bar: jane
/foo: john
and debian where generated chown calls like the following
chown -R jane /foo/bar
chown -R john /foo
would not have desirable results.