Skip to content

Commit 39224b6

Browse files
committed
WIP
1 parent 910a68f commit 39224b6

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

generator/config/expression/gt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ arguments:
1414
-
1515
name: expression2
1616
type:
17-
- expression
17+
- expression # lack of backreferral is an issue here
1818
tests:
1919
-
2020
name: 'Example'

generator/config/schema.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@
5252
}
5353
},
5454
"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+
],
6061
"type": "string",
6162
"enum": [
6263
"array",
6364
"object",
64-
"single",
65-
"search"
65+
"single"
6666
]
6767
},
6868
"description": {

generator/config/stage/project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ arguments:
1111
name: specification
1212
type:
1313
- expression
14-
variadic: object
14+
variadic: object # XXX: This should somehow allow explicit typings for { fieldName: 1|0 }
1515
tests:
1616
-
1717
name: 'Include Specific Fields in Output Documents'

0 commit comments

Comments
 (0)