mirror of
https://github.com/go-task/task.git
synced 2025-02-09 13:47:06 +02:00
fix: missing additionalProperties false in schema
This commit is contained in:
parent
55593090fa
commit
dcc060af89
@ -496,7 +496,8 @@
|
|||||||
"description": "Failure message to display when the condition fails",
|
"description": "Failure message to display when the condition fails",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"glob": {
|
"glob": {
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
@ -515,7 +516,8 @@
|
|||||||
"description": "File or glob pattern to exclude from the list",
|
"description": "File or glob pattern to exclude from the list",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"run": {
|
"run": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@ -545,7 +547,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"requires_obj": {
|
"requires_obj": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
@ -557,7 +560,8 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"allOf": [
|
"allOf": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user