qemu/tests/qapi-schema/sub-sub-module.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
184 B
JSON
Raw Normal View History

# *-*- Mode: Python -*-*
# vim: filetype=python
# Sub-module of sub-module include/sub-module.json of qapi-schema-test.json
{ 'enum': 'Status',
'data': [ 'good', 'bad', 'ugly' ] }