Open
Description
The Problem
Writing JSON is hard and annoying, especially when you have no way to verify if you've entered the right fields.
IntelliJ has no built-in way to automatically guess the structure of the JSON.
The Solution
JSON Schemas!
They're another special JSON file that that once added to IntelliJ with a file/path pattern (to determine which files to apply it too), will add auto-completion of fields, warnings for invalid values, and more.
(If needed, I have some experience writing them so I can make the schemas myself)