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