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