hyperjump-io / json-schema

JSON Schema Validation, Annotation, and Bundling. Supports Draft 04, 06, 07, 2019-09, 2020-12, OpenAPI 3.0, and OpenAPI 3.1
https://json-schema.hyperjump.io/
MIT License
221 stars 21 forks source link

add keyword descriptions to meta schemas #57

Closed mabagoury closed 6 months ago

mabagoury commented 7 months ago

The $id description is only added for now to see if updating the node module would make things work correctly.

jdesrosiers commented 7 months ago

Please rebase

mabagoury commented 7 months ago

This is still a work in progress. We have a bug rendering the markdown in Neovim. A \ at the end of the line is rendered as is instead of being interpreted as a hard line break.

DarhkVoyd commented 6 months ago

@jdesrosiers We have made the required changes to the description to keep them relatively simpler and easier to maintain.

jdesrosiers commented 6 months ago

Looks good other than some linting errors. After you fix the linting errors, please rebase and squash your commits. Then it'll be ready to merge.