How to use JSON schema draft-07
Answered
Hi
I am using IntelliJ IDEA 2018.1 Community Edition and I want to write JSON schema with the new features of JSON Schema Draft-07.
It looks like the editor can't recognize the new syntax of JSON schema even if I add the property:
"$schema": "http://json-schema.org/draft-07/schema#"
My schema works good when i'm checking my files with online tools that supports draft-07, so I assume that the problem is not with the schema.
Is there any way to use draft-07 in IntelliJ or IntelliJ supports only draft-04?
Any help would be appreciated
Please sign in to leave a comment.
Hi, this feature should be available in release 2018.2 https://youtrack.jetbrains.com/issue/WEB-29954
Thanks!