xref: /openbmc/qemu/tests/qapi-schema/args-alternate.json (revision 864a2178d4c014a217cacf76e42b818fe9feb1d4)
1# we do not allow alternate arguments
2{ 'alternate': 'Alt', 'data': { 'case1': 'int', 'case2': 'bool' } }
3{ 'command': 'oops', 'data': 'Alt' }
4