Converts a Zod schema or JSON schema to a JSON schema.
toJsonSchema(
schema: JsonSchema7Type | InteropZodType,
params: RegistryToJSONSchemaParams
): JsonSchema7Type| Name | Type | Description |
|---|---|---|
schema* | JsonSchema7Type | InteropZodType | The schema to convert. |
params | RegistryToJSONSchemaParams | The parameters to pass to the toJSONSchema function. |