From 63e0f3647f0153059d3bfc5e94e682085fc16609 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 24 Apr 2024 16:13:33 -0400 Subject: [PATCH] fix(config): move json schema unstable examples to item (#23506) --- cli/schemas/config-file.v1.json | 36 ++++++++++++++++----------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json index a4fb35bc4e..a188940167 100644 --- a/cli/schemas/config-file.v1.json +++ b/cli/schemas/config-file.v1.json @@ -549,24 +549,24 @@ "type": "array", "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" - ] + "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",