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