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