xref: /qemu/tests/qapi-schema/enum-wrong-data.json (revision 0ab8ed18a6fe98bfc82705b0f041fbf2a8ca5b60)
1# we require that all qapi enums have an array for data
2
3##
4# @MyEnum:
5##
6{ 'enum': 'MyEnum', 'data': { 'value': 'str' } }
7