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