About this page

On this page you'll be able to look up the meaning and opportunities of all the variables (potentially) contained in an MSP Challenge session configuration JSON file. Similar explanations can found in the Configuration Editor application that we ship with the full platform installer. Should some of the documentation on this page be wrong or incomplete, then we encourage you to update it yourself. Just make sure you're logged in and click on Edit Source to get started. Thank you!

This page follows the structure of the configuration file to the letter. This means that you should be able to recognize and find all of the headers on this page (e.g. 'metadata', 'datamodel') within any of the MSP Challenge JSON configuration files we ship.

metadata

The main object for all things metadata, i.e., data about this data.

Field Type Description
date_modified string Date with format dd/mm/yyyy representing the date the configuration file was last modified
data_model_hash
errors
editor_version
config_version

datamodel

The main object for everything that's *not* metadata, but just actual content.

Field Type Description
restrictions object[], with keys Documented on this separate restrictions page.
plans object[] Documented on this separate plans page.
CEL object Documented on this separate CEL page.
SEL object Documented on this separate SEL page.
MEL object Documented on this separate MEL page.
meta object Documented on this separate meta page.
expertise_definitions object[] Documented on this separate expertise_definitions page.
objectives object[] Documented on this separate objectives page.
edition_name string
edition_colour string
edition_letter string
region string
projection string
start int
end int
era_total_months int
era_planning_months int
era_planning_realtime int
countries string
minzoom int
maxzoom int
user_admin_name string
user_region_manager_name string
user_admin_color string
user_region_manager_color string
team_info_base_url string
restriction_point_size float
wiki_base_url string
windfarm_data_api_url string
This page was last edited on 11 April 2024, at 09:34. Content is available under GPLv3 unless otherwise noted.