No edit summary |
No edit summary |
||
Line 33: | Line 33: | ||
== datamodel == | == datamodel == | ||
The main object for everything that's *not* metadata, but just actual content. | |||
{| class="wikitable" | {| class="wikitable" | ||
!Field | !Field | ||
Line 51: | Line 52: | ||
|- | |- | ||
|SEL | |SEL | ||
| | |object | ||
| | |[[SEL configuration data schema|Documented on this separate page]]. | ||
|- | |- | ||
|MEL | |MEL |
Revision as of 14:26, 8 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 | string | Date with format dd/mm/yyyy representing the date the configuration file was last modified |
plans | ||
CEL | ||
SEL | object | Documented on this separate page. |
MEL | ||
meta | ||
expertise_definitions | ||
objectives | ||
edition_name | ||
edition_colour | ||
edition_letter | ||
region | ||
projection | ||
start | ||
end | ||
era_total_months | ||
era_planning_months | ||
era_planning_realtime | ||
countries | ||
minzoom | ||
maxzoom | ||
user_admin_name | ||
user_region_manager_name | ||
user_admin_color | ||
user_region_manager_color | ||
team_info_base_url | ||
restriction_point_size | ||
wiki_base_url | ||
windfarm_data_api_url |