xref: /openbmc/qemu/tests/qapi-schema/alternate-nested.json (revision 2e1d70b9e03ca3f1c6185b54010bc9e47e0a0d0c)
1# we reject a nested alternate branch
2{ 'alternate': 'Alt1',
3  'data': { 'name': 'bool', 'value': 'int' } }
4{ 'alternate': 'Alt2',
5  'data': { 'nested': 'Alt1', 'b': 'bool' } }
6