Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
tests
/
qapi-schema
/
alternate-conflict-enum-int.json
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
json
6 lines
190 Bytes
Copy permalink
Copy
Raw
1
#
alternate
branches
of
'enum'
type
that
conflicts
with
numbers
2
{
'enum':
'Enum'
,
3
'data':
[
'
1
'
,
'
2
'
,
'
3
'
]
}
4
{
'alternate':
'Alt'
,
5
'data':
{
'one':
'Enum'
,
6
'two':
'int'
}
}