summaryrefslogtreecommitdiff
path: root/tests/qapi-schema/doc-optional.json
blob: 06c855ec94005ccee4b3e38df530e0dfb99e5425 (plain)
1
2
3
4
5
6
7
# Description #optional should match declaration

##
# @foo:
# @a: a #optional
##
{ 'command': 'foo', 'data': {'a': 'int'} }