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