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