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