xref: /openbmc/qemu/tests/qapi-schema/alternate-nested.json (revision 8779fccbef0c2e97fd6564ddf9f1df9fc724f2f0)
1# we reject a nested alternate branch
2
3##
4# @Alt1:
5##
6{ 'alternate': 'Alt1',
7  'data': { 'name': 'str', 'value': 'int' } }
8##
9# @Alt2:
10##
11{ 'alternate': 'Alt2',
12  'data': { 'nested': 'Alt1', 'b': 'bool' } }
13