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