Validate project settings in Web IDE using custom schema
Problem to solve
If we allow for settings to be edited similar to VS Code (in a single settings.json file for example) then it would be dangerous to introduce invalid content or syntax into that file.
Proposal
Use a custom schema to validate the settings.json data in the Web IDE.