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