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