Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
tests
/
qapi-schema
/
enum-int-member.json
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
json
3 lines
164 Bytes
Copy permalink
Copy
Raw
1
#
we
reject
any
enum
member
that
is
not
a
string
2
#
FIXME:
once
the
parser
understands
integer
inputs,
improve
the
error
message
3
{
'enum':
'MyEnum'
,
'data':
[
1
]
}