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