I have configured intelliJ for JSON Schema.
https://www.jetbrains.com/help/idea/2016.2/json-schema.html
such that my valid JSON schema should check JSON against it - however if I write invalid json (syntactically correct, not semantically against schema) intelliJ does not detect this, just indicates it is valid?
Any ideas?
Also is there a short cut key(s) to trigger schema validation of a given file?
Thanks