Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
tests
/
qapi-schema
/
sub-sub-module.json
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
json
7 lines
184 Bytes
Copy permalink
Copy
Raw
1
#
*-*-
Mode:
Python
-*-*
2
#
vim:
filetype=python
3
4
#
Sub-module
of
sub-module
include/sub-module.json
of
qapi-schema-test.json
5
6
{
'enum':
'Status'
,
7
'data':
[
'good'
,
'bad'
,
'ugly'
]
}