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