fix(config): move json schema unstable examples to item (#23506)

This commit is contained in:
David Sherret 2024-04-24 16:13:33 -04:00 committed by GitHub
parent 764f390163
commit 63e0f3647f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",