mirror of
https://github.com/go-task/task.git
synced 2025-05-21 22:43:13 +02:00
fix schema
This commit is contained in:
parent
d8221c95b8
commit
cb99776be2
website/static
@ -6,17 +6,19 @@
|
||||
"properties": {
|
||||
"experiments": {
|
||||
"type": "object",
|
||||
"ENV_PRECEDENCE": {
|
||||
"type": "number",
|
||||
"enum": [0, 1]
|
||||
},
|
||||
"REMOTE_TASKFILES": {
|
||||
"type": "number",
|
||||
"enum": [0, 1]
|
||||
},
|
||||
"GENTLE_FORCE": {
|
||||
"type": "number",
|
||||
"enum": [0, 1]
|
||||
"properties": {
|
||||
"ENV_PRECEDENCE": {
|
||||
"type": "number",
|
||||
"enum": [0, 1]
|
||||
},
|
||||
"REMOTE_TASKFILES": {
|
||||
"type": "number",
|
||||
"enum": [0, 1]
|
||||
},
|
||||
"GENTLE_FORCE": {
|
||||
"type": "number",
|
||||
"enum": [0, 1]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -6,17 +6,19 @@
|
||||
"properties": {
|
||||
"experiments": {
|
||||
"type": "object",
|
||||
"ENV_PRECEDENCE": {
|
||||
"type": "number",
|
||||
"enum": [0, 1]
|
||||
},
|
||||
"REMOTE_TASKFILES": {
|
||||
"type": "number",
|
||||
"enum": [0, 1]
|
||||
},
|
||||
"GENTLE_FORCE": {
|
||||
"type": "number",
|
||||
"enum": [0, 1]
|
||||
"properties": {
|
||||
"ENV_PRECEDENCE": {
|
||||
"type": "number",
|
||||
"enum": [0, 1]
|
||||
},
|
||||
"REMOTE_TASKFILES": {
|
||||
"type": "number",
|
||||
"enum": [0, 1]
|
||||
},
|
||||
"GENTLE_FORCE": {
|
||||
"type": "number",
|
||||
"enum": [0, 1]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user