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