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