From 73a9868c1926c10052dce314bba9610f3d2bda20 Mon Sep 17 00:00:00 2001 From: abearxiong Date: Wed, 18 Feb 2026 10:00:45 +0800 Subject: [PATCH] temp --- test/schema.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/schema.ts b/test/schema.ts index 267e65c..c6a3e0f 100644 --- a/test/schema.ts +++ b/test/schema.ts @@ -10,6 +10,9 @@ console.log("JSON Schema for the person object:"); console.log( JSON.stringify(toJSONSchema(schema), null, 2) ); + +console.log('shape', schema.shape); +console.log('shape name', schema.shape.name.toJSONSchema()); // const jsonSchema = toJSONSchema(schema); // const schema2 = z.fromJSONSchema(jsonSchema);