js-data-schema icon indicating copy to clipboard operation
js-data-schema copied to clipboard

List of validation / types? Where to find more validation rules?

Open facultymatt opened this issue 10 years ago • 1 comments

I see from the documentation there are a few built in types and validators. It would be helpful to document these in the readme. For example, sailsjs does a great job with this.

Secondly, are they any good sources for additional data types out there in the community that you can link to?

facultymatt avatar Mar 12 '15 14:03 facultymatt

For starters, you can call Schemator#availableDataTypes() and Schemator#availableRules()

jmdobry avatar Mar 12 '15 15:03 jmdobry