I’d like to edit atlast JSON schemas in webstorm, push them to gihub and have them deploy to atlas device SDK. How can I get some basic schema validation during development? When I work directly the web portal I get hints about valid types, etc, but in an IDE I don’t know that I’ve made a mistake until I push and attempt to deploy.
The docs say the schema declarations extend json-schema - is there a URL to this extension so that I can tell webstorm how to validate my files?