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