Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom types? #61

Open
sakari opened this issue Nov 16, 2012 · 1 comment
Open

Custom types? #61

sakari opened this issue Nov 16, 2012 · 1 comment
Labels

Comments

@sakari
Copy link

sakari commented Nov 16, 2012

Hi

Maybe I'm a bit dense but I cannot figure out how I could define custom types with their own validation logic with JSV. Could you help me out with a pointer to some example?

regards
Sakari

@atrniv
Copy link

atrniv commented Dec 6, 2012

Hey,

You can simply add your custom type name along with its validation logic to the TYPE_VALIDATORS object in the file json-schema-draft-03.js.

I would suggest you probably copy the schema file and after adding customizations register it as a new environment for validation.

Cheers,
Johny

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants