diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json index 8b2b46134619ea..9ae56793140220 100644 --- a/cli/schemas/config-file.v1.json +++ b/cli/schemas/config-file.v1.json @@ -542,7 +542,23 @@ "description": "List of unstable features to enable.", "items": { "type": "string" - } + }, + "examples": [ + "broadcast-channel", + "bare-node-builtins", + "byonm", + "cron", + "ffi", + "fs", + "http", + "kv", + "net", + "sloppy-imports", + "temporal", + "unsafe-proto", + "webgpu", + "worker-options" + ] }, "name": { "type": "string",