nickcmaynard / jsonschemalint

JSON Schema Lint. Like you I'm busy, so pull requests will get merged quicker than feature requests are implemented.

Home Page:https://jsonschemalint.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow yaml for schema, json for data

fletchgqc opened this issue · comments

Currently the tool forces the same format for both schema and data.

I have my schema in YAML and my data in JSON. This is quite a common pattern, for example JSON/REST documentation tools like OpenApi default to YAML for the spec these days.

Please allow selecting the format per-text-input, not globally.

Happy to accept a PR.

Closing due to lack of activity.

I want this feature too. Can you reopen so at least it will be seen that the problem is and is tracked