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