mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-25 08:49:36 +00:00
[Docs] Extract comfy workflow zod schema as json schema (#2206)
This commit is contained in:
@@ -200,7 +200,7 @@ export const zComfyWorkflow = z
|
||||
.passthrough()
|
||||
|
||||
/** Schema version 1 */
|
||||
const zComfyWorkflow1 = z
|
||||
export const zComfyWorkflow1 = z
|
||||
.object({
|
||||
version: z.literal(1),
|
||||
config: zConfig.optional().nullable(),
|
||||
|
||||
Reference in New Issue
Block a user