xref: /openbmc/qemu/tests/qapi-schema/nested-struct-data.json (revision 200280af0e19bfaeb9431eb0ee1ee2d8bf8d3a0a)
1# inline subtypes collide with our desired future use of defaults
2{ 'command': 'foo',
3  'data': { 'a' : { 'type': {} }, 'b' : 'str' } }
4