Converts this schema to a JSON Schema representation.
(params?: core.ToJSONSchemaParams)
| 94 | "~standard": ZodStandardSchemaWithJSON<this>; |
| 95 | /** Converts this schema to a JSON Schema representation. */ |
| 96 | toJSONSchema(params?: core.ToJSONSchemaParams): core.ZodStandardJSONSchemaPayload<this>; |
| 97 | |
| 98 | // base methods |
| 99 | check(...checks: (core.CheckFn<core.output<this>> | core.$ZodCheck<core.output<this>>)[]): this; |
no outgoing calls