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