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