Basically trying to something in yaml that could be done using this json:
{ models: [ { model: \"a\" type: \"x\" #bunch of properties... }, {
Use a dash to start a new list element:
models: - model: "a" type: "x" #bunch of properties... - model: "b" type: "y" #bunch of properties...