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