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,6 +6,7 @@
"properties": {
"experiments": {
"type": "object",
"properties": {
"ENV_PRECEDENCE": {
"type": "number",
"enum": [0, 1]
@ -19,6 +20,7 @@
"enum": [0, 1]
}
}
}
},
"additionalProperties": false
}

View File

@ -6,6 +6,7 @@
"properties": {
"experiments": {
"type": "object",
"properties": {
"ENV_PRECEDENCE": {
"type": "number",
"enum": [0, 1]
@ -19,6 +20,7 @@
"enum": [0, 1]
}
}
}
},
"additionalProperties": false
}