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