qemu-e2k/tests/qapi-schema/enum-bad-prefix.json

3 lines
97 B
JSON

# The prefix must be a string type
{ 'enum': 'MyEnum', 'data': [ 'one' ], 'prefix': [ 'fish' ] }