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