1
0
mirror of https://github.com/go-task/task.git synced 2025-07-17 01:43:07 +02:00

add it to next schema

This commit is contained in:
Valentin Maerten
2025-05-03 17:21:07 +02:00
parent 1c2b290c20
commit 18ad8de9b8

View File

@ -6,6 +6,18 @@
"properties": {
"experiments": {
"type": "object",
"ENV_PRECEDENCE": {
"type": "number",
"enum": [0, 1]
},
"REMOTE_TASKFILES": {
"type": "number",
"enum": [0, 1]
},
"GENTLE_FORCE": {
"type": "number",
"enum": [0, 1]
},
"additionalProperties": {
"type": "integer"
}