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