Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
tests
/
qapi-schema
/
alternate-any.json
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
json
4 lines
133 Bytes
Copy permalink
Copy
Raw
1
#
we
do
not
allow
the
'any'
type
as
an
alternate
branch
2
{
'alternate':
'Alt'
,
3
'data':
{
'one':
'any'
,
4
'two':
'int'
}
}