Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
tests
/
qapi-schema
/
union-unknown.json
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
json
6 lines
208 Bytes
Copy permalink
Copy
Raw
1
#
we
reject
a
union
with
unknown
type
in
branch
2
{
'enum':
'Enum'
,
'data':
[
'unknown'
]
}
3
{
'union':
'Union'
,
4
'base':
{
'type':
'Enum'
},
5
'discriminator':
'type'
,
6
'data':
{
'unknown':
'MissingType'
}
}