Converts a Standard JSON schema, Zod schema or JSON schema to a JSON schema. Results are cached by schema reference when no custom params are passed.
toJsonSchema(
schema: JsonSchema7Type | InteropZodType | StandardJSONSchemaV1<unknown, unknown>,
params: RegistryToJSONSchemaParams
): JsonSchema7Type| Name | Type | Description |
|---|---|---|
schema* | JsonSchema7Type | InteropZodType | StandardJSONSchemaV1<unknown, unknown> | The schema to convert. |
params | RegistryToJSONSchemaParams | The parameters to pass to the toJSONSchema function. |