Skip to content

Commit 9495fb2

Browse files
authored
feat: add experiments to taskrc.yml schema (#2235)
1 parent 1fda559 commit 9495fb2

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

website/src/public/schema-taskrc.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,19 @@
66
"properties": {
77
"experiments": {
88
"type": "object",
9-
"additionalProperties": {
10-
"type": "integer"
9+
"properties": {
10+
"ENV_PRECEDENCE": {
11+
"type": "number",
12+
"enum": [0, 1]
13+
},
14+
"REMOTE_TASKFILES": {
15+
"type": "number",
16+
"enum": [0, 1]
17+
},
18+
"GENTLE_FORCE": {
19+
"type": "number",
20+
"enum": [0, 1]
21+
}
1122
}
1223
}
1324
},

0 commit comments

Comments
 (0)