diff --git a/schemas/JSON/settings/settings.schema.0.2.json b/schemas/JSON/settings/settings.schema.0.2.json index 22b354b2c0..47d468040f 100644 --- a/schemas/JSON/settings/settings.schema.0.2.json +++ b/schemas/JSON/settings/settings.schema.0.2.json @@ -208,6 +208,11 @@ "description": "Enable argument to override upgrade behavior to UninstallPrevious", "type": "boolean", "default": false + }, + "pinning": { + "description": "Enable support for package pinning", + "type": "boolean", + "default": false } } }