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