Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.
 
 

Repository files navigation

yup-to-json-schema

Yup is a library to validate the JSON input

JSON-Schema is a schema specification for JSON

This library converts Yup schema to JSON-Schema

Installation

npm i @sodaru/yup-to-json-schema

Usage

import yupToJsonSchema from "@sodaru/yup-to-json-schema"

// see Yup Specification for more options to create yupSchema
const yupSchema = object({
    name: string()
}).required();

const jsonSchema = yupToJsonSchema(yupSchema);

About

Convert Yup Schema to Json-Schema

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages