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