json-schema-everywhere / json-schema-everywhere.github.io

Tracking schema validation and editor support of data description languages.
https://json-schema-everywhere.github.io/
Other
16 stars 8 forks source link

most YAML files use features that can be validated by JSON Schema #6

Open fulldecent opened 5 years ago

fulldecent commented 5 years ago

It will be helpful to include documentation on specifically which YAML files can't be validated by JSON schema.

"Most" scares me when I'm about to implement something :-)

fulldecent commented 5 years ago

Related: here is a custom validator for YAML files

https://github.com/makoto/eip_validator

It should probably be translated to a JSON schema and work that way.

TateGunning commented 11 months ago

The json-schema seems like an ergonomic fit