xref: /qemu/tests/qapi-schema/bad-if-list.json (revision 43417c0c27fd0851707a1f3bf50244d24aeeaf82)
1# check invalid 'if' content
2{ 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3  'if': { 'all': ['foo', ' '] } }
4