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