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