Configuration ============= Runtime configuration schema **************************** The configuration file :file:`config_data/config.json` provides a number of modelling parameters that are supposedly invariant across experiments. Those values have been extracted from available literature and documented wherever possible. Here we provide an autogenerated list of parameters. The schema is used for both validation and parsing purposes. .. jsonschema:: ../../config_data/config.schema.json .. _Environment Config: Environment-specific configuration schema ***************************************** Let us consider the ``Fyne`` environment located in ``config_data/Fyne`` for starters. The organisation-specific configuration is thus inside ``params.json``. Similarly to the runtime configuration, we provide a well-documented schema. .. jsonschema:: ../../config_data/params.schema.json