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