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