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