@gcornut/valibot-json-schema

Convert Valibot validation schemas to JSON Schema format

npmmacoslinuxwindows
Try with needOr install directly
Source

About

> [!CAUTION] > This project is now deprecated as Valibot now has an official JSON schema converter in the [@valibot/to-json-schema](https://github.com/fabian-hiller/valibot/tree/main/packages/to-json-schema). > The command line interface is moved to the p

Commands

valibot-json-schema

Examples

Convert a Valibot schema file to JSON Schema$ valibot-json-schema input.ts --output schema.json
Generate JSON Schema from inline Valibot validation$ valibot-json-schema --schema MyValidator --output output.json
Display help and available options$ valibot-json-schema --help