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