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