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