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