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