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