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