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