xref: /openbmc/qemu/tests/qapi-schema/enum-int-member.json (revision 233353ec93e4541fa7ab1c53a922a6d5c2bfce7a)
1# we reject any enum member that is not a string
2# FIXME: once the parser understands integer inputs, improve the error message
3{ 'enum': 'MyEnum', 'data': [ 1 ] }
4