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