Files
xemu/tests/qapi-schema/sub-sub-module.json
T

8 lines
184 B
JSON
Raw Normal View History

# *-*- Mode: Python -*-*
2020-07-29 20:50:24 +02:00
# vim: filetype=python
# Sub-module of sub-module include/sub-module.json of qapi-schema-test.json
{ 'enum': 'Status',
'data': [ 'good', 'bad', 'ugly' ] }