xref: /qemu/tests/qapi-schema/enum-if-invalid.json (revision 0701a5efa015189248926879e7d44c45cc55515e)
1# check invalid 'if' type
2{ 'enum': 'TestIfEnum', 'data':
3  [ 'foo', { 'name' : 'bar', 'if': { 'val': 'foo' } } ] }
4