Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
tests
/
qapi-schema
/
returns-alternate.json
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
json
3 lines
147 Bytes
Copy permalink
Copy
Raw
1
#
we
reject
returns
if
it
is
an
alternate
type
2
{
'alternate':
'Alt'
,
'data':
{
'a':
'int'
,
'b':
'bool'
}
}
3
{
'command':
'oops'
,
'returns':
'Alt'
}