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