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