qemu-e2k/tests/qapi-schema/enum-if-invalid.json

4 lines
116 B
JSON

# check invalid 'if' type
{ 'enum': 'TestIfEnum',
'data': [ 'foo', { 'name' : 'bar', 'if': { 'val': 'foo' } } ] }