diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json index 4b60482e3c..12ad5334c4 100644 --- a/cli/schemas/config-file.v1.json +++ b/cli/schemas/config-file.v1.json @@ -529,6 +529,13 @@ "description": "Whether to use a lock file or the path to use for the lock file. Can be overridden by CLI arguments.", "type": ["string", "boolean"], "default": true + }, + "unstable": { + "type": "array", + "description": "List of unstable features to enable.", + "items": { + "type": "string" + } } } }