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