otter-json-schema

1.0.4 • Public • Published

otter-json-schema

This module is designed to generate JSON Schema from a syntax very similar to joi.

const Schema = require('otter-json-schema')
const schema = Schema.object({
    a: Schema.number().min(5).max(10),
    b: Schema.number()
}).toJSON()

Todo

  • Documentation

Readme

Keywords

none

Package Sidebar

Install

npm i otter-json-schema

Weekly Downloads

25

Version

1.0.4

License

MIT

Unpacked Size

13 kB

Total Files

5

Last publish

Collaborators

  • totaltechgeek