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