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