In Developing! Every version may have breaking change!
Why?
JSON is tedious and error prone.
JSON schema is tedious and error prone.
Install
npm install schema-in-js
Usage
Suppose we want to write json schema for a entity called user which has username, password, age, gender, province and city. City can be provided only if province exsits.
schema-in-js
Write json schema fast in js.
In Developing! Every version may have breaking change!
Why?
Install
Usage
Suppose we want to write json schema for a entity called user which has username, password, age, gender, province and city. City can be provided only if province exsits.
If wrote in json schema, the result is:
With schema in js, the result is: