xref: /openbmc/qemu/tests/qapi-schema/enum-bad-prefix.json (revision 1583a389885346208217e8170395624b3aa90480)
1# The prefix must be a string type
2{ 'enum': 'MyEnum', 'data': [ 'one' ], 'prefix': [ 'fish' ] }
3