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