xref: /openbmc/qemu/tests/qapi-schema/alternate-nested.json (revision 4cbd6c41fa3aa901e12e8158e8d22dd8f70f7a90)
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