| ``subagents`` | required, array[object] | Collection of Subagents
each Subagent has the following fields | | |
| ``subagentId`` | required, string | The ``subagentId`` is the name that is used in the Controller to identify a Subagent. This value is set once and cannot be overwritten | | |
| ``url`` | required, string | URL of the Subagent | | |
| ``isDirector`` | required, string | Possible values are
- NO_DIRECTOR
- PRIMARY_DIRECTOR
- SECONDARY_DIRECTOR
| | |
| ``position`` | required, integer | It indicates the ordering in a passive cluster. The higher the position the lower the priority | | |