14dc2e690SEric Blake# we reject types defined more than once 2*3e6c8a63SMarkus Armbruster{ 'struct': 'Foo', 'data': { 'one': 'str' } } 3*3e6c8a63SMarkus Armbruster{ 'enum': 'Foo', 'data': [ 'two' ] } 4