xref: /openbmc/qemu/tests/qapi-schema/nested-struct-data.json (revision 05a248715cef192336a594afed812871a52efc1f)
1# {} is not a valid type reference
2{ 'command': 'foo',
3  'data': { 'a' : { 'type': {} }, 'b' : 'str' } }
4