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