Toby Hobson
Results
12
comments of
Toby Hobson
Confirmed this is working in 1.10.0. Thanks everyone!
Same issue for me: ```Typescript type User = { firstName: string | null } const userSchema: JSONSchemaType = { type: "object", properties: { firstName: { type: "string", nullable: true }...