website icon indicating copy to clipboard operation
website copied to clipboard

Add 2 tools to tooling data

Open zx80 opened this issue 7 months ago • 2 comments

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.

zx80 avatar May 04 '25 06:05 zx80

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.)

Relequestual avatar May 08 '25 15:05 Relequestual

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.

zx80 avatar May 11 '25 08:05 zx80