WARNING: This site is a work in progress.
Enum: SessionType
Types of voice council sessions.
URI: SessionType
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| GOVERNANCE_CALL | rfs:GovernanceCall | Regular governance call for routine decisions |
| WORKING_GROUP | rfs:WorkingGroup | Working group session for specific topics |
| EMERGENCY | rfs:Emergency | Emergency session for urgent matters |
| CONSTITUTIONAL | rfs:Constitutional | Constitutional session for fundamental governance changes |
Slots
| Name | Description |
|---|---|
| sessionType | The type of governance session |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
LinkML Source
```yaml
name: SessionType
description: Types of voice council sessions.
from_schema: https://framework.regen.network/schema/
rank: 1000
permissible_values:
GOVERNANCE_CALL:
text: GOVERNANCE_CALL
description: Regular governance call for routine decisions.
meaning: rfs:GovernanceCall
title: GovernanceCall
WORKING_GROUP:
text: WORKING_GROUP
description: Working group session for specific topics.
meaning: rfs:WorkingGroup
title: WorkingGroup
EMERGENCY:
text: EMERGENCY
description: Emergency session for urgent matters.
meaning: rfs:Emergency
title: Emergency
CONSTITUTIONAL:
text: CONSTITUTIONAL
description: Constitutional session for fundamental governance changes.
meaning: rfs:Constitutional
title: Constitutional
</details>