9 lines
192 B
JSON
9 lines
192 B
JSON
|
# *-*- Mode: Python -*-*
|
||
|
# vim: filetype=python
|
||
|
|
||
|
# Sub-module of ../qapi-schema-test.json
|
||
|
|
||
|
{ 'include': '../sub-sub-module.json' }
|
||
|
|
||
|
{ 'struct': 'SecondArrayRef', 'data': { 's': ['Status'] } }
|