In our perspective components module we typically have some configuration properties that are shared by multiple of our components. Is there a way to define the schema for such common properties in a separate file, and refer to it from other schemas. E.g. something like this:
As far as I can tell, you have to prefix the ref with the same urn:ignition-schema prefix that we use, and then an attempt will be made to look up your schema at the given resource path under the current context classloader. I don't know offhand if that means it's actually impossible to provide your own schemas for use on the gateway, since your schema will be loaded under another classloader, but you might still be able to get the autocompletion in the JsonEditor in the designer, since the designer has a single flat classloader.