Be able to create different types of objects in a list or in an object map. Eg: <pre>{ assets: { key1: { type: "image", src: "foo.png", width: "100px", height: "100px" }, key2: { type: "link", url: "http://helloworld.com", target: "_blank" } } }</pre>