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