Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
tests
/
qapi-schema
/
union-base-empty.json
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
json
9 lines
228 Bytes
Copy permalink
Copy
Raw
1
#
Union
with
empty
base
and
therefore
without
discriminator
2
3
{
'struct':
'Empty'
,
'data':
{
}
}
4
5
{
'union':
'TestUnion'
,
6
'base':
'Empty'
,
7
'discriminator':
'type'
,
8
'data':
{
'value
1
':
'int'
,
9
'value
2
':
'str'
}
}