File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ arguments:
14
14
-
15
15
name : expression2
16
16
type :
17
- - expression
17
+ - expression # lack of backreferral is an issue here
18
18
tests :
19
19
-
20
20
name : ' Example'
Original file line number Diff line number Diff line change 52
52
}
53
53
},
54
54
"encode" : {
55
- "$comment" : " Specifies how operator parameters are encoded." ,
56
- "$comment" : " array: parameters are encoded as an array of values in the order they are defined by the spec" ,
57
- "$comment" : " object: parameters are encoded as an object with keys matching the parameter names" ,
58
- "$comment" : " single: get the single parameter value" ,
59
- "$comment" : " group: specific for $group stage" ,
55
+ "$comment" : [
56
+ " Specifies how operator parameters are encoded." ,
57
+ " array: parameters are encoded as an array of values in the order they are defined by the spec" ,
58
+ " object: parameters are encoded as an object with keys matching the parameter names" ,
59
+ " single: get the single parameter value"
60
+ ],
60
61
"type" : " string" ,
61
62
"enum" : [
62
63
" array" ,
63
64
" object" ,
64
- " single" ,
65
- " search"
65
+ " single"
66
66
]
67
67
},
68
68
"description" : {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ arguments:
11
11
name : specification
12
12
type :
13
13
- expression
14
- variadic : object
14
+ variadic : object # XXX: This should somehow allow explicit typings for { fieldName: 1|0 }
15
15
tests :
16
16
-
17
17
name : ' Include Specific Fields in Output Documents'
You can’t perform that action at this time.
0 commit comments