nickcmaynard / jsonschemalint

JSON Schema Lint. Like you I'm busy, so pull requests will get merged quicker than feature requests are implemented.
https://jsonschemalint.com
MIT License
80 stars 31 forks source link

Current $schema version not recognized #55

Open davaya opened 4 years ago

davaya commented 4 years ago

The core vocabulary https://json-schema.org/draft/2019-09/meta/core contains a version not supported by the web validator:

{
    "$schema": "https://json-schema.org/draft/2019-09/schema",
}

-- Captain Obvious (I'm sure it's in the works; just mentioned for completeness.)

nickcmaynard commented 4 years ago

It wasn't ;-) ... I hadn't seen 2019-09 come out. Shouldn't be hard to add, though, if you fancy a punt at it?

Aside: It would be terribly nice if the json-schema folks would issue a v1 at some point!

nickcmaynard commented 4 years ago

I think we need https://github.com/epoberezkin/ajv/issues/1082 to be resolved before we can sensibly proceed here.

nickcmaynard commented 4 years ago

... make that https://github.com/ajv-validator/ajv/issues/1198.

designermonkey commented 1 year ago

Any progress?