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