chris48s / v8r

✔️ A command-line JSON, YAML and TOML validator that's on your wavelength
https://chris48s.github.io/v8r/
MIT License
28 stars 5 forks source link

Schemas on schemastore with known issues #18

Open chris48s opened 3 years ago

chris48s commented 3 years ago

TODO: can any of these be fixed either in this lib or upstream?

Maximum call stack size exceeded

404: Not Found

Some variation of unknown format...

Other issues

chris48s commented 2 years ago

Reviewed this list against 0.7.0 and updated. A lot of issues here are now fixed either by the Ajv update or due to fixes being applied upstream.

chris48s commented 1 year ago

As of https://github.com/SchemaStore/schemastore/pull/1658 SchemaStore switched out schemasafe for ajv and now validate the subset of schemas which are hosted on schemastore.org with ajv (Refs https://github.com/chris48s/v8r/issues/5#issuecomment-753530219). AFAIK the schemas which are hosted externally don't get validated (and also can change independently of the catalog).