xref: /openbmc/qemu/tests/qapi-schema/redefined-type.json (revision 611ac0a60fdcc7422bf42ef9b467abf4fdbea1a2)
1# we reject types defined more than once
2{ 'struct': 'Foo', 'data': { 'one': 'str' } }
3{ 'enum': 'Foo', 'data': [ 'two' ] }
4