9 lines
167 B
JSON
9 lines
167 B
JSON
# Arguments listed in the doc comment must exist in the actual schema
|
|
|
|
##
|
|
# @AorB:
|
|
# @aa: a
|
|
# @bb: b
|
|
##
|
|
{ 'alternate': 'AorB',
|
|
'data': { 'a': 'bool', 'b': 'int' } }
|