diff --git a/schemas/common/base_setting.schema.json b/schemas/common/base_setting.schema.json index 1674f549f..a72b362b1 100644 --- a/schemas/common/base_setting.schema.json +++ b/schemas/common/base_setting.schema.json @@ -143,6 +143,16 @@ "docs": { "type": "string", "description": "A URL to the documentation for this plugin" + }, + "hidden": { + "type": "boolean", + "description": "A hidden setting should not be user-configurable", + "default": false + }, + "sensitive": { + "type": "boolean", + "description": "A sensitive setting is redacted in command output", + "default": false } } }