Module Config Validator - 23.1

Spectrum Spatial Analyst Extensibility Guide

Product type
Software
Portfolio
Locate
Product family
Spectrum
Product
Spectrum > Spatial > Spectrum Spatial Analyst
Version
23.1
Language
English
Product name
Spectrum Spatial Analyst
Title
Spectrum Spatial Analyst Extensibility Guide
Topic type
Configuration
Reference
Tips
How Do I
Overview
First publish date
2007
Last edition
2023-06-02
Last publish date
2023-06-02T09:43:01.991628
Since the module configuration can become complex if many modules are added to it, the Spectrum Spatial Analyst extensibility platform provides a module config validator that can be used to validate the CustomAnalystModuleConfig.json file. The tool is simple to use, browse to it as follows:
  1. Browse to http://<InstallationURL>:8010/connect/analyst/mobile/#/customModuleValidation. The following screen displays.

  2. Choose and browse to a manually authored CustomAnalystModuleConfig.json file on the file system. The tool will validate the file. It also shows any errors to the user
  3. Once validation is complete, place the CustomAnalystModuleConfig.json file into the customerconfigurations folder of the Spectrum Spatial Analyst installation.
The ModuleConfig validator performs semantic and syntactic validation of the CustomAnalystModuleConfig.json, and returns any errors for missing braces, un-equal parenthesis, missing mandatory fields, and so on. It also validates the location of modules and external JavaScript files in the CustomAnalystModuleConfig.json file. We recommend that you check the CustomAnalystModuleConfig.json file is valid before deploying it to Spectrum Spatial Analyst in the customerconfigurations folder. Please refer to the tables for configuring the CustomAnalystModuleConfig.json to check for mandatory and optional fields in the CustomAnalystModuleConfig.json file.