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