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