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