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