xref: /openbmc/qemu/tests/qapi-schema/union-branch-invalid-dict.json (revision 200280af0e19bfaeb9431eb0ee1ee2d8bf8d3a0a)
1# Long form of member must have a value member 'type'
2{ 'union': 'UnionInvalidBranch',
3  'data': { 'integer': { 'if': 'foo'},
4            's8': 'int8' } }
5