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