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