Hi!
I am hitting the original problem posed by jrconlin too. But I don't
see how additionalProperties can help in my case.
My structure is such that I have an instance object that has a number
of properties that are maps, and I implement those as object
literals.
For one map, the items all should have the same type, but I don't know
the keys of the items in advance.
Now, like jcronlin suggested, I could define these maps as arrays, but
I just moved from arrays to maps because my application references the
items in the maps by name.
By using an object literal using the names as keys seems like a
natural way to make this as easy as possible.
Any ideas or suggestions are greatly appreciated.
kind regards,
Roland Bouman