We could do this in one of three ways: - Reference the web URL for the schema and have the plugin download it on demand - Cache the JSON Schema in the plugin using a query as part of the build process - A combination of the first two which falls back on the cached version when the web version is not accessible.