summaryrefslogtreecommitdiff
path: root/tests/qapi-schema/include-simple-sub.json
blob: b4bd8a23d7773a3e7bd09848d66c180cfc479d5a (plain)
1
2
3
4
5
##
# @Status:
##
{ 'enum': 'Status',
  'data': [ 'good', 'bad', 'ugly' ] }