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