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