xref: /openbmc/qemu/tests/qapi-schema/alternate-invalid-dict.json (revision a6caeee8111386b2d16ee07fe817193cde7f0d2a)
1# exploded member form must have a 'type'
2{ 'alternate': 'Alt',
3  'data': { 'one': 'str',
4            'two': { 'if': 'foo' } } }
5