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

support for schema verion 04 #62

Open
erezfz opened this issue Jun 2, 2015 · 9 comments
Open

support for schema verion 04 #62

erezfz opened this issue Jun 2, 2015 · 9 comments

Comments

@erezfz
Copy link

erezfz commented Jun 2, 2015

Hello,

  1. which json-schema-draft versions are supported?
  2. could you please add support for json-schema-draft-04?
    (where in the code is it configured?)
@narcoticfresh
Copy link

+1 for json-schema-draft-04 support ;-)

@sap1ens
Copy link

sap1ens commented Aug 21, 2015

+1

5 similar comments
@niklasR
Copy link

niklasR commented Feb 2, 2016

+1

@saxbophone
Copy link

+1

@joshuaspence
Copy link

+1

@Elchi3
Copy link

Elchi3 commented Jul 22, 2016

+1

@dNitro
Copy link

dNitro commented Feb 14, 2017

+1

@PTaylour
Copy link

PTaylour commented Feb 17, 2017

Looks like this project uses JSV for validation, which is dead and unlikely to support draft-04 garycourt/JSV#73

Someone in that thread points here for a list of alternatives:
https://github.com/ebdrup/json-schema-benchmark

Looks straightforward to swap out JSV for one of those

edit: Looking at the pull requests... is this project dead?

@prantlf
Copy link

prantlf commented May 19, 2019

I needed some bugfixes and extensions to jsonlint and did them in my fork. I released the changes as a new NPM module @prantlf/jsonlint. Supporting newer drafts of JSON Schema was one of them. I replaced JSV with ajv to gain support for drafts 04, 06 and 07. Unfortunately, it was a breaking change, because ajv does not support the draft 03 any more.

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

No branches or pull requests

10 participants