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