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