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