1
0
mirror of https://github.com/go-task/task.git synced 2025-05-13 22:16:31 +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
No known key found for this signature in database
GPG Key ID: 2F8E54DDF815C341

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"
}