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