1
0
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:
Pete Davison 2024-05-13 13:33:47 +00:00 committed by Andrey Nering
parent 55593090fa
commit dcc060af89

View File

@ -496,7 +496,8 @@
"description": "Failure message to display when the condition fails",
"type": "string"
}
}
},
"additionalProperties": false
},
"glob": {
"anyOf": [
@ -515,7 +516,8 @@
"description": "File or glob pattern to exclude from the list",
"type": "string"
}
}
},
"additionalProperties": false
},
"run": {
"type": "string",
@ -545,7 +547,8 @@
}
}
}
}
},
"additionalProperties": false
},
"requires_obj": {
"type": "object",
@ -557,7 +560,8 @@
"type": "string"
}
}
}
},
"additionalProperties": false
}
},
"allOf": [