Skip to content

what is $schema in lerna.json? #3278

Locked Answered by fahslaj
boyan1010 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @boyan1010,

The $schema property is used to specify the path to a JSON Schema for any given json document (in this case, "lerna.json"). The JSON Schema provides documentation and validation of the json object's properties. This is consumed by text editors to provide property suggestions and typeahead functionality.

Check out https://json-schema.org for more information.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by boyan1010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants