Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
tests
/
qapi-schema
/
enum-dict-member-unknown.json
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
json
2 lines
141 Bytes
Copy permalink
Copy
Raw
1
#
we
reject
any
enum
member
that
is
not
a
string
or
a
dict
with
'name'
2
{
'enum':
'MyEnum'
,
'data':
[
{
'name':
'foo'
,
'bad-key':
'str'
}
]
}