Markus Armbruster | f641d06 | 2017-03-15 13:57:25 +0100 | [diff] [blame] | 1 | # Arguments listed in the doc comment must exist in the actual schema |
2 | |||||
3 | ## | ||||
4 | # @AorB: | ||||
5 | # @aa: a | ||||
6 | # @bb: b | ||||
7 | ## | ||||
8 | { 'alternate': 'AorB', | ||||
Markus Armbruster | 8168ca8 | 2017-05-22 18:42:14 +0200 | [diff] [blame] | 9 | 'data': { 'a': 'bool', 'b': 'int' } } |