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