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