Having a JSON schema available makes it possible to validate projectz.json using various utilities, and also provides auto completion and validation in many editors.
The schema can be registered for automatic integration into editors via a pull request to JSON Schema Store. This is how VS Code already knows about the schema of some well-known JSON files.
P.S. Great project, thanks!
Having a JSON schema available makes it possible to validate
projectz.jsonusing various utilities, and also provides auto completion and validation in many editors.The schema can be registered for automatic integration into editors via a pull request to JSON Schema Store. This is how VS Code already knows about the schema of some well-known JSON files.
P.S. Great project, thanks!