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