Crate schemars_zod

Source
Expand description

convert JsonSchema to ZOD schema

Functionsยง

convert
Convert a schemars::schema::RootSchema to a HashMap of stringified ZOD schemas.
merge_schemas
Merge multiple schemars::schema::RootSchema into a single schemars::schema::RootSchema.