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",
|
||||
"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": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user