Hi, > > If the schema let us specify the enumeration values, we could avoid the > > mapping altogether. > > Ooh, cool thought: what if we allowed: > > { 'enum': 'Foo', 'data': [ > { 'name': 'One', 'value': 1 }, > { 'name': 'Two', 'value': 2 } ] }
Looks nice. Where is the patch? cheers, Gerd