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