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