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