Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
tests
/
qapi-schema
/
union-invalid-data.json
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
json
6 lines
144 Bytes
Copy permalink
Copy
Raw
1
#
the
union
data
type
must
be
an
object.
2
{
'union':
'TestUnion'
,
3
'base':
'int'
,
4
'discriminator':
'int'
,
5
'data':
[
'rubbish'
,
'nonsense'
]
6
}