xref: /qemu/tests/qapi-schema/nested-struct-data.json (revision 0ab8ed18a6fe98bfc82705b0f041fbf2a8ca5b60)
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