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