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:
parent
d8221c95b8
commit
cb99776be2
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user