mirror of
https://github.com/go-task/task.git
synced 2026-07-07 14:09:11 +00:00
chore: sources instead of source
This commit is contained in:
committed by
Andrey Nering
parent
36565bbbd2
commit
6be3ff6141
12
docs/static/schema.json
vendored
12
docs/static/schema.json
vendored
@@ -332,7 +332,7 @@
|
||||
"$ref": "#/definitions/3/for_list"
|
||||
},
|
||||
{
|
||||
"$ref": "#/definitions/3/for_source"
|
||||
"$ref": "#/definitions/3/for_attribute"
|
||||
},
|
||||
{
|
||||
"$ref": "#/definitions/3/for_var"
|
||||
@@ -360,19 +360,19 @@
|
||||
"required": ["for"]
|
||||
},
|
||||
"for_list": {
|
||||
"description": "List of values to iterate over",
|
||||
"description": "A list of values to iterate over",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"for_source": {
|
||||
"description": "List of values to iterate over",
|
||||
"for_attribute": {
|
||||
"description": "The task attribute to iterate over",
|
||||
"type": "string",
|
||||
"enum": ["source"]
|
||||
"enum": ["sources"]
|
||||
},
|
||||
"for_var": {
|
||||
"description": "List of values to iterate over",
|
||||
"description": "Which variables to iterate over. The variable will be split using any whitespace character by default. This can be changed by using the `split` attribute.",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"var": {
|
||||
|
||||
Reference in New Issue
Block a user