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