No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{FAQ group begin|header=metadata}} | == 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! | |||
For each of the JSON objects we provide more explanation and contextualisation under the header of '[purpose]'. Other than that, 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.{{FAQ group begin|header=metadata}} | |||
{{FAQ row|q=[purpose]|a=The main object for all things metadata, i.e., data about this data.}} | {{FAQ row|q=[purpose]|a=The main object for all things metadata, i.e., data about this data.}} | ||
{{FAQ row|q=date_modified|a=string with format dd/mm/yyyy representing the date the file was last modified}} | {{FAQ row|q=date_modified|a=string with format dd/mm/yyyy representing the date the file was last modified}} | ||
Line 7: | Line 10: | ||
{{FAQ group begin|header=restrictions}} | {{FAQ group begin|header=restrictions}} | ||
{{FAQ row|q=[purpose]|a=Defining information, warning or error messages the user should receive when they are making a plan in which two particular layers collide.}} | {{FAQ row|q=[purpose]|a=Defining information, warning or error messages the user should receive when they are making a plan in which two particular layers collide.}} | ||
{{FAQ group begin|header=[first_layer_name] {{!}} [second_layer_name] | {{FAQ group begin|header=[first_layer_name] {{!}} [second_layer_name]}} | ||
{{FAQ row|q=[purpose]|a=The two colliding layers in question, for which the information, warning or error message can be defined.}} | {{FAQ row|q=[purpose]|a=The two colliding layers in question, for which the information, warning or error message can be defined. The layer names should be separated by a pipe {{!}} character, without spaces. They should be the exact same layer names as defined later on under the header 'meta'.}} | ||
{{FAQ row|q=message|a=string with message that the user should get when the two layers collide.}} | {{FAQ row|q=message|a=string with message that the user should get when the two layers collide.}} | ||
{{FAQ group end}} | {{FAQ group end}} |
Revision as of 16:19, 23 November 2023
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!
For each of the JSON objects we provide more explanation and contextualisation under the header of '[purpose]'. Other than that, 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.