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