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