xref: /openbmc/qemu/tests/qapi-schema/alternate-conflict-string.json (revision 43771d5d92312504305c19abe29ec5bfabd55f01)
1# alternate branches of 'str' type conflict with all scalar types
2{ 'alternate': 'Alt',
3  'data': { 'one': 'str',
4            'two': 'int' } }
5