{ "fruit" : { "blah" : [ { "physical" : { "shape" : { "type" : "string", "value" : "round" }, "color" : { "type" : "string", "value" : "red" } }, "name" : { "value" : "apple", "type" : "string" } }, { "physical" : { "shape" : { "type" : "string", "value" : "bent" }, "color" : { "type" : "string", "value" : "yellow" } }, "name" : { "value" : "banana", "type" : "string" } } ] } }