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