ajv-validator / ajv

The fastest JSON schema Validator. Supports JSON Schema draft-04/06/07/2019-09/2020-12 and JSON Type Definition (RFC8927)
https://ajv.js.org
MIT License
13.47k stars 864 forks source link

docs: refactor to improve legibility #2432

Open blottn opened 3 weeks ago

blottn commented 3 weeks ago

The use of "not more" with the reverse ordering of the sentence made this difficult to parse. After reversing the order and removing negation, the surrounding paragraphs were updated to match the style.

What issue does this pull request resolve? None

What changes did you make? Restructured some paragraphs in the docs

Is there anything that requires more attention while reviewing? Please validate that this new reordering aligns with the functionality as I have only just begun using this tool.

jasoniangreen commented 2 weeks ago

Thanks for the contribution @blottn, I can see what you mean about the original wording. I will take a look at this and see, I'll also have to review the actual functionality to ensure it matches.