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