xref: /openbmc/qemu/tests/qapi-schema/bad-if-keys.json (revision 8a1f7d299c75468af0f761ae9382b129be9d5774)
1# check multiple 'if' keys
2{ 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3  'if': { 'any': ['ANY'], 'all': ['ALL'] } }
4