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