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