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