No edit summary |
|||
Line 41: | Line 41: | ||
| colspan="1" |restrictions | | colspan="1" |restrictions | ||
| colspan="1" |object[], with keys | | colspan="1" |object[], with keys | ||
| colspan="1" | | | colspan="1" |[[Restrictions configuration data schema|Documented on this separate restrictions page]]. | ||
|- | |- | ||
|plans | |plans | ||
|object[] | |object[] | ||
| | |[[Plans configuration data schema|Documented on this separate plans page]]. | ||
|- | |- | ||
|CEL | |CEL | ||
|object | |object | ||
| | |[[CEL configuration data schema|Documented on this separate CEL page]]. | ||
|- | |- | ||
|SEL | |SEL | ||
Line 57: | Line 57: | ||
|MEL | |MEL | ||
|object | |object | ||
| | |[[MEL configuration data schema|Documented on this separate MEL page]]. | ||
|- | |- | ||
|meta | |meta | ||
Line 65: | Line 65: | ||
|expertise_definitions | |expertise_definitions | ||
|object[] | |object[] | ||
| | |[[Expertise definitions configuration data schema|Documented on this separate expertise_definitions page]]. | ||
|- | |- | ||
|objectives | |objectives | ||
|object[] | |object[] | ||
| | |[[Objectives configuration data schema|Documented on this separate objectives page]]. | ||
|- | |- | ||
|edition_name | |edition_name |
Revision as of 09:34, 11 April 2024
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 |