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