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