Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Enum: DecisionType

Types of governance decisions.

URI: DecisionType

Permissible Values

ValueMeaningDescription
RECOMMENDrfs:RecommendAgent recommendation for human review
ESCALATErfs:DecisionEscalateEscalation to a higher governance layer
ALERTrfs:AlertAlert requiring attention but not immediate action
PROPOSErfs:DecisionProposeFormal proposal for governance action
APPROVErfs:DecisionApproveApproval of a proposal or work order
REJECTrfs:DecisionRejectRejection of a proposal or work order

Slots

NameDescription
decisionTypeThe type of governance action taken

Identifier and Mapping Information

Schema Source

LinkML Source

```yaml name: DecisionType description: Types of governance decisions. from_schema: https://framework.regen.network/schema/ rank: 1000 permissible_values: RECOMMEND: text: RECOMMEND description: Agent recommendation for human review. meaning: rfs:Recommend title: Recommend ESCALATE: text: ESCALATE description: Escalation to a higher governance layer. meaning: rfs:DecisionEscalate title: DecisionEscalate ALERT: text: ALERT description: Alert requiring attention but not immediate action. meaning: rfs:Alert title: Alert PROPOSE: text: PROPOSE description: Formal proposal for governance action. meaning: rfs:DecisionPropose title: DecisionPropose APPROVE: text: APPROVE description: Approval of a proposal or work order. meaning: rfs:DecisionApprove title: DecisionApprove REJECT: text: REJECT description: Rejection of a proposal or work order. meaning: rfs:DecisionReject title: DecisionReject
</details>