0.1.0 • Published 9 years ago

tame-validator v0.1.0

Weekly downloads
1
License
ISC
Repository
gitlab
Last release
9 years ago

tame-validator

validates the schema

API :

var schemaValidator = require('tame-validator').schemaValidator;

const schema = {
  name: "Foo",
  fields: [
    {
      name: "bar",
      type: "String"
    }
  ]
}

schemaValidator.validate(schema);
0.1.0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago