3constexpr const char* JSON_KEY_INITIAL_CAPACITIES =
"initial_capacities";
5constexpr const char* JSON_KEY_CANDIDATES_PROFILES =
"candidate_profiles";
6constexpr const char* JSON_KEY_INVESTMENT =
"investment";
7constexpr const char* JSON_KEY_DECOMMISSIONING =
"decommissioning";
9constexpr const char* JSON_KEY_TREE =
"tree";
10constexpr const char* JSON_KEY_PATH =
"path";
11constexpr const char* JSON_KEY_PARENT =
"parent";
12constexpr const char* JSON_KEY_WEIGHT =
"weight";
13constexpr const char* JSON_KEY_CANDIDATES =
"candidates";