WARNING: This site is a work in progress.
Enum: GovernanceCategory
Categories of governance processes.
URI: GovernanceCategory
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| REGISTRY_GOVERNANCE | rfs:RegistryGovernance | Governance of the credit registry (class approvals, project reviews) |
| MARKETPLACE_GOVERNANCE | rfs:MarketplaceGovernance | Governance of marketplace operations (listing rules, pricing) |
| TECHNICAL_GOVERNANCE | rfs:TechnicalGovernance | Governance of technical infrastructure (upgrades, parameters) |
| TREASURY_GOVERNANCE | rfs:TreasuryGovernance | Governance of treasury and fund allocation |
| SYSTEM_GOVERNANCE | rfs:SystemGovernance | Cross-cutting system governance (constitutional changes, agent policies) |
Slots
| Name | Description |
|---|---|
| category | The governance domain this process belongs to |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
LinkML Source
```yaml
name: GovernanceCategory
description: Categories of governance processes.
from_schema: https://framework.regen.network/schema/
rank: 1000
permissible_values:
REGISTRY_GOVERNANCE:
text: REGISTRY_GOVERNANCE
description: Governance of the credit registry (class approvals, project reviews).
meaning: rfs:RegistryGovernance
title: RegistryGovernance
MARKETPLACE_GOVERNANCE:
text: MARKETPLACE_GOVERNANCE
description: Governance of marketplace operations (listing rules, pricing).
meaning: rfs:MarketplaceGovernance
title: MarketplaceGovernance
TECHNICAL_GOVERNANCE:
text: TECHNICAL_GOVERNANCE
description: Governance of technical infrastructure (upgrades, parameters).
meaning: rfs:TechnicalGovernance
title: TechnicalGovernance
TREASURY_GOVERNANCE:
text: TREASURY_GOVERNANCE
description: Governance of treasury and fund allocation.
meaning: rfs:TreasuryGovernance
title: TreasuryGovernance
SYSTEM_GOVERNANCE:
text: SYSTEM_GOVERNANCE
description: Cross-cutting system governance (constitutional changes, agent policies).
meaning: rfs:SystemGovernance
title: SystemGovernance
</details>