json-schema-yup-transformer

JSON →
library 1.6.12 ·javascript
verified Jun 7, 2026

Transforms a Draft 7 JSON Schema into a Yup validation schema. Current stable version is 1.6.12, with low release cadence. It supports most Draft 7 keywords including string formats (date-time, email, ipv4, etc.), numeric constraints, array items/tuples, and object properties. Differentiates from schema-to-yup by strictly adhering to the Draft 7 specification. Note: only supports yup v0.29.3 and below; newer yup versions may break.