1
0
mirror of https://github.com/go-task/task.git synced 2025-05-13 22:16:31 +02:00

fix schema

This commit is contained in:
Valentin Maerten 2025-05-03 18:40:53 +02:00
parent d8221c95b8
commit cb99776be2
No known key found for this signature in database
GPG Key ID: 2F8E54DDF815C341
2 changed files with 26 additions and 22 deletions

View File

@ -6,17 +6,19 @@
"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]
"properties": {
"ENV_PRECEDENCE": {
"type": "number",
"enum": [0, 1]
},
"REMOTE_TASKFILES": {
"type": "number",
"enum": [0, 1]
},
"GENTLE_FORCE": {
"type": "number",
"enum": [0, 1]
}
}
}
},

View File

@ -6,17 +6,19 @@
"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]
"properties": {
"ENV_PRECEDENCE": {
"type": "number",
"enum": [0, 1]
},
"REMOTE_TASKFILES": {
"type": "number",
"enum": [0, 1]
},
"GENTLE_FORCE": {
"type": "number",
"enum": [0, 1]
}
}
}
},