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