Linux Foundation Collaborative Projects
index
:
kvmfornfv
master
stable/brahmaputra
stable/colorado
stable/danube
stable/euphrates
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qemu
/
tests
/
qapi-schema
/
union-optional-branch.json
blob: 591615fc689bb8757c8e99f1cf76f6ad8c95063b (
plain
)
1
2
#
union
branches
cannot
be
optional
{
'union':
'Union',
'data':
{
'*a':
'int',
'b':
'str'
}
}