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