9 lines
144 B
JSON
9 lines
144 B
JSON
|
# Arguments listed in the doc comment must exist in the actual schema
|
||
|
|
||
|
##
|
||
|
# @foo:
|
||
|
# @a: a
|
||
|
# @b: b
|
||
|
##
|
||
|
{ 'command': 'foo', 'data': {'a': 'int'} }
|