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