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