{ "person": { "fullname": "^$.name", "title": "Mr" }, "address": { "line1": "^$.addr" } }
{ "name": "Fred", "addr": "thing st" }