JetBrains
jetbrains.com › help › idea › json.html
JSON | IntelliJ IDEA Documentation
February 10, 2026 - IntelliJ IDEA by default treats files with the json5 extension as JSON5 files and supports this new syntax in them. In the Settings dialog (Ctrl+Alt+S) , go to Editor | File Types.
JetBrains
plugins.jetbrains.com › plugin › 23554-json-schema-visualizer-editor
JSON Schema Visualizer/Editor - IntelliJ IDEs Plugin | Marketplace
This plugin contributes a powerful, expressive visual schema diagram editor (Design mode) for editing JSON Schemas in your preferred IDE. The structure of the JSON...
JetBrains
plugins.jetbrains.com › plugin › 22597-json-schema-generator
JSON Schema Generator - IntelliJ IDEs Plugin | Marketplace
This is a plugin for generating a sample JSON Schema from a JSON file. To generate a sample JSON Schema file, follow these steps: Once installed, go to Tools ->...
JetBrains
plugins.jetbrains.com › plugin › 17611-json-to-schema
JSON to Schema - IntelliJ IDEs Plugin | Marketplace
Generates JSON Schema based on JSON data. Plugin adds the 'Generate JSON Schema' action that can be invoked on a JSON file.
Frontaid
frontaid.io › blog › json-schema-webstorm
How to set up JSON Schema with WebStorm or IntelliJ IDEA
JSON Schema is a great way to simplify writing and validating JSON files. The IDEs/editors from Jetbrains, like IntelliJ IDEA or WebStorm, have built-in support for JSON Schema definitions.
YouTube
youtube.com › watch
JSON Schema explained and validated in IntelliJ - YouTube
Get started with JSON schemas and see how to attach a json schema to a json data file in IntelliJEnjoy! :-)Thank you for commenting and asking questions.The ...
Published November 26, 2019
Oxygen XML
oxygenxml.com › json_schema_generator_Intellij_plugin_eula.html
JSON Schema Generator IntelliJ Plugin
Schema Editor · WSDL Editor · XSLT Editor · XQuery · XSD Documentation · XML Databases · SVN Client · EPUB Editor · DITA Editor · JSON Editor · Buy Now · Sales FAQ · Resellers · Documentation · Videos · Add-ons · Spell Checking · Support · Forum ·
Stack Overflow
stackoverflow.com › questions › 40144814 › intellij-2016-2-json-schema-validation
IntelliJ 2016.2 - JSON Schema Validation - Stack Overflow
What works for me is to press Ctrl-Alt-S and go to settings, navigate to the JSON Schemas Tab, not change anything and just select OK, changes to my schema always seem to reflect right after I do that. ... What about Android Studio (v3)? It seems it doesn't work. ... As of intellij IDEA 2017.3, ...
Oxygen XML
oxygenxml.com › xsd_to_json_schema_intellij_plugin_eula.html
XSD to JSON Schema IntelliJ Plugin
Schema Editor · WSDL Editor · XSLT Editor · XQuery · XSD Documentation · XML Databases · SVN Client · EPUB Editor · DITA Editor · JSON Editor · Buy Now · Sales FAQ · Resellers · Documentation · Videos · Add-ons · Spell Checking · Support · Forum ·
JetBrains
intellij-support.jetbrains.com › hc › en-us › community › posts › 206569049-JSON-Schema-support-in-Webstorm-2016-1
JSON Schema support in Webstorm 2016.1 – IDEs Support (IntelliJ Platform) | JetBrains
March 22, 2016 - "What's New In Webstorm 2016.1" for says coding assistance is available for JSON files associated with a schema, and that "You can add one of the available schemas, or create your own schema and then map it to a specific JSON file in your project."
Oxygen XML
oxygenxml.com › json_schema_diagram_editor_Intellij_plugin.html
JSON Schema Diagram Editor IntelliJ Plugin
Schema Editor · WSDL Editor · XSLT Editor · XQuery · XSD Documentation · XML Databases · SVN Client · EPUB Editor · DITA Editor · JSON Editor · Buy Now · Sales FAQ · Resellers · Documentation · Videos · Add-ons · Spell Checking · Support · Forum ·
Google Cloud
cloud.google.com › workflows › use the workflows json schema in your ide
Use the Workflows JSON schema in your IDE | Google Cloud Documentation
You can map the Workflows JSON schema for the IntelliJ IDEA editor by adding an entry to jsonSchemas.xml.
JetBrains
jetbrains.com › help › idea › add-json-schema-mapping-dialog.html
You will be redirected shortly
You will be redirected shortly · Redirecting… · Click here if you are not redirected
JetBrains
intellij-support.jetbrains.com › hc › en-us › community › posts › 360000367490-Navigation-within-JSON-schema
Navigation within JSON schema – IDEs Support (IntelliJ Platform) | JetBrains
April 27, 2018 - For example, it shows me all of the places where the word "MyDetail" shows up in the schema, but at a particular spot I want to navigate specifically to the spot where "MyDetail" has a particular parent property "MyParent". Is there a mechanism for me to filter the references? ... You can try unregistering JsonSchemaReferenceContributor in your plugin using ExtensionPoint ep = Extensions.getRootArea() .getExtensionPoint<PsiReferenceContributorEP>(PsiReferenceContributor.EP_NAME.name); ep.getExtensions() // <-- find one by class name "JsonSchemaReferenceContributor" in this list ep.unregisterExtension(...) // <-- suppress this way but I'm not fully sure it will work in plugin.
JetBrains
intellij-support.jetbrains.com › hc › en-us › community › posts › 360008134479-Any-support-for-YAML-JSON-Schema-
Any support for YAML/JSON Schema? – IDEs Support (IntelliJ Platform) | JetBrains
April 27, 2020 - I'm using a product that has a complex YAML schema and it would be a huge benefit to have schema validation and code completion. ... Yes, it it possible. Please check corresponding documentation topics for JSON and YAML. ... Andrey, the second link directs to rubyMine. Is the yaml validation available in other Jetbrains products, like IntelliJ?
JetBrains
intellij-support.jetbrains.com › hc › en-us › community › posts › 360006889079-JSON-Schema-Mapping
JSON Schema Mapping – IDEs Support (IntelliJ Platform) | JetBrains
I want to auto select new schema when it has created and registered. ... See org.jetbrains.idea.devkit.themes.ThemeJsonSchemaProviderFactory in Plugin Devkit as sample for registering builtin JSON scheme automatically from your plugin. ... https://github.com/JetBrains/intellij-community/blob/master/plugins/devkit/intellij.devkit.themes/src/ThemeJsonSchemaProviderFactory.java
JetBrains
intellij-support.jetbrains.com › hc › en-us › community › posts › 115000550290-JSON-Schema-editing-can-t-find-external-reference
JSON Schema editing can't find external reference – IDEs Support (IntelliJ Platform) | JetBrains
August 15, 2017 - note.schema.json: {"$schema" : "http://json-schema.org/draft-04/schema#","definitions" : { "Note" : {"type" : "object","properties" : { "Body" : {"type" : "string"}} }}} ... IntelliJ IDEA 2017.1 Build #IU-171.3780.107, built on March 22, 2017 JRE: 1.8.0_112-release-736-b13 amd64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Windows 7 6.1