update schema

This commit is contained in:
Valentin Maerten
2025-11-16 10:35:54 +01:00
parent 8bd982c702
commit 07b5a26aaf
2 changed files with 5 additions and 1 deletions

View File

@@ -318,6 +318,10 @@
"map": {
"type": "object",
"description": "The value will be treated as a literal map type and stored in the variable"
},
"secret": {
"type": "boolean",
"description": "Marks the variable as secret. Secret values will be masked as ***** in command logs to prevent accidental exposure of sensitive information."
}
},
"additionalProperties": false