UNPKG

json-schema-to-yup

Version:

Build a Yup schema from a JSON Schema. Also supports custom/alternative schema models such as GraphQL type defs

9 lines (7 loc) 204 B
import jsonSchemaDefaults from "./json-schema"; import typeDefDefaults from "./type-def"; const defaults = { "json-schema": jsonSchemaDefaults, "type-def": typeDefDefaults }; export default defaults