summaryrefslogtreecommitdiff
path: root/tests/qapi-schema/union-branch-invalid-dict.json
blob: 9778598dbd480e3204104ddc79b543c7b14efb48 (plain)
1
2
3
4
# Long form of member must have a value member 'type'
{ 'union': 'UnionInvalidBranch',
  'data': { 'integer': { 'if': 'foo'},
            's8': 'int8' } }