WARNING: This site is a work in progress.
Enum: CoherenceSubjectType
Types of artifacts that can be subject to coherence checks.
URI: CoherenceSubjectType
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| WORK_ORDER | rfs:WorkOrder | A work order artifact |
| GOVERNANCE_DECISION | rfs:GovernanceDecision | A governance decision artifact |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
LinkML Source
```yaml
name: CoherenceSubjectType
description: Types of artifacts that can be subject to coherence checks.
from_schema: https://framework.regen.network/schema/
rank: 1000
permissible_values:
WORK_ORDER:
text: WORK_ORDER
description: A work order artifact.
meaning: rfs:WorkOrder
title: WorkOrder
GOVERNANCE_DECISION:
text: GOVERNANCE_DECISION
description: A governance decision artifact.
meaning: rfs:GovernanceDecision
title: GovernanceDecision
</details>