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": {
|
"properties": {
|
||||||
"experiments": {
|
"experiments": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
"ENV_PRECEDENCE": {
|
"ENV_PRECEDENCE": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"enum": [0, 1]
|
"enum": [0, 1]
|
||||||
@ -19,6 +20,7 @@
|
|||||||
"enum": [0, 1]
|
"enum": [0, 1]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"experiments": {
|
"experiments": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
"ENV_PRECEDENCE": {
|
"ENV_PRECEDENCE": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"enum": [0, 1]
|
"enum": [0, 1]
|
||||||
@ -19,6 +20,7 @@
|
|||||||
"enum": [0, 1]
|
"enum": [0, 1]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user