Add 2 tools to tooling data
What kind of change does this PR introduce?
Add entries for:
- JSON Schema Utils (analyze/lint, prettyprint, simplify, convert to model)
- JSON Model (convert to schema)
Issue Number:
None
If relevant, did you update the documentation?
Not relevant.
Summary
Add new references to tools which process or generate schemas.
Does this PR introduce a breaking change?
No.
Checklist
Please ensure the following tasks are completed before submitting this pull request.
- [x] Read, understood, and followed the contributing guidelines.
Thanks for your work and for adding your work to the list!
I'm not sure about adding 'next' dialect to your list of supported dialects. It will change in the future. I've asked others what they think about this. Will report back (or others may just come comment themselves.)
I'm not sure about adding 'next' dialect to your list of supported dialects. It will change in the future. I've asked others what they think about this. Will report back (or others may just come comment themselves.)
Hello Ben,
The motivation for mentioning next is because the analysis tool attempts to guess schema version compatibility based on used keywords, and propertyDependencies triggers next because it is a new keyword for now which adds a concept somehow similar to OpenAPI discriminator extension. There is no problem to remove the mention anyway.