0.0.1 • Published 10 years ago

active-schema v0.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
10 years ago

Active Schema

Better way for writing JSON schemas

Contents

Install

npm install active-schema
# Use yarn?
yarn add active-schema

Getting Started

const active = require('active-schema')

var schema = active `
    @title('Active Schema')
    @description('Make JSON Schema easy')
    object({
        install: string('npm install active-schema').constant()
    })
`

License

MIT