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