Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Enum: SessionStatus

Lifecycle status of a voice council session.

URI: SessionStatus

Permissible Values

ValueMeaningDescription
SCHEDULEDrfs:ScheduledSession is scheduled but not yet started
IN_PROGRESSrfs:SessionInProgressSession is currently underway
COMPLETEDrfs:SessionCompletedSession has concluded
CANCELLEDrfs:SessionCancelledSession was cancelled

Identifier and Mapping Information

Schema Source

LinkML Source

```yaml name: SessionStatus description: Lifecycle status of a voice council session. from_schema: https://framework.regen.network/schema/ rank: 1000 permissible_values: SCHEDULED: text: SCHEDULED description: Session is scheduled but not yet started. meaning: rfs:Scheduled title: Scheduled IN_PROGRESS: text: IN_PROGRESS description: Session is currently underway. meaning: rfs:SessionInProgress title: SessionInProgress COMPLETED: text: COMPLETED description: Session has concluded. meaning: rfs:SessionCompleted title: SessionCompleted CANCELLED: text: CANCELLED description: Session was cancelled. meaning: rfs:SessionCancelled title: SessionCancelled
</details>