The editor will validate JSON files in the sense that it identifies generic JSON syntactic errors (which is nice and helpful, thank you). How do we get it to validate a JSON file against a specific separate JSON schema that does things like specify the minimum value of a property of type number, or that certain properties are required? How do we point to the right schema to use?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The editor will validate JSON files in the sense that it identifies generic JSON syntactic errors (which is nice and helpful, thank you). How do we get it to validate a JSON file against a specific separate JSON schema that does things like specify the minimum value of a property of type number, or that certain properties are required? How do we point to the right schema to use?