xref: /openbmc/qemu/tests/qapi-schema/alternate-any.json (revision 0806b30c8dff64e944456aa15bdc6957384e29a8)
1# we do not allow the 'any' type as an alternate branch
2{ 'alternate': 'Alt',
3  'data': { 'one': 'any',
4            'two': 'int' } }
5