Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
tests
/
qapi-schema
/
nested-struct-data-invalid-dict.json
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
json
4 lines
195 Bytes
Copy permalink
Copy
Raw
1
#
command
'data'
member
with
dict
value
is
(longhand)
argument
2
#
definition,
not
inline
complex
type
3
{
'command':
'foo'
,
4
'data':
{
'a'
:
{
'string'
:
'str'
,
'integer':
'int'
},
'b'
:
'str'
}
}