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