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