xref: /openbmc/qemu/tests/qapi-schema/args-alternate.json (revision c3e31eaa21bc038c146cb196f7762a972eb9de5b)
1# we do not allow alternate arguments
2
3##
4# @Alt:
5##
6{ 'alternate': 'Alt', 'data': { 'case1': 'int', 'case2': 'str' } }
7
8##
9# @oops:
10##
11{ 'command': 'oops', 'data': 'Alt' }
12