1
0
mirror of https://github.com/go-task/task.git synced 2025-05-19 22:33:35 +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

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

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