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