WARNING: This site is a work in progress.
Class: CoherenceThreshold
Threshold configuration for a single OPAL dimension, defining the minimum acceptable score and escalation behavior.
__
erDiagram
CoherenceThreshold {
OPALDimensionType dimension
float minimumScore
boolean escalateBelow
}
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| dimension | 1 OPALDimensionType | Which OPAL dimension this threshold applies to | direct |
| minimumScore | 1 Float | Minimum acceptable score for this dimension | direct |
| escalateBelow | 0..1 Boolean | Whether to escalate to a higher governance layer if below threshold | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| CoherenceCheck | thresholds | range | CoherenceThreshold |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | rfs:CoherenceThreshold |
| native | rfs:CoherenceThreshold |
LinkML Source
Direct
’ from_schema: https://framework.regen.network/schema/ attributes: dimension: name: dimension description: Which OPAL dimension this threshold applies to. from_schema: https://framework.regen.network/schema/ domain_of: - OPALDimension - CoherenceThreshold range: OPALDimensionType required: true minimumScore: name: minimumScore description: Minimum acceptable score for this dimension. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - CoherenceThreshold range: float required: true minimum_value: 0 maximum_value: 1 escalateBelow: name: escalateBelow description: Whether to escalate to a higher governance layer if below threshold. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - CoherenceThreshold range: boolean
</details>
### Induced
<details>
```yaml
name: CoherenceThreshold
description: 'Threshold configuration for a single OPAL dimension, defining the minimum
acceptable score and escalation behavior.
'
from_schema: https://framework.regen.network/schema/
attributes:
dimension:
name: dimension
description: Which OPAL dimension this threshold applies to.
from_schema: https://framework.regen.network/schema/
alias: dimension
owner: CoherenceThreshold
domain_of:
- OPALDimension
- CoherenceThreshold
range: OPALDimensionType
required: true
minimumScore:
name: minimumScore
description: Minimum acceptable score for this dimension.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: minimumScore
owner: CoherenceThreshold
domain_of:
- CoherenceThreshold
range: float
required: true
minimum_value: 0
maximum_value: 1
escalateBelow:
name: escalateBelow
description: Whether to escalate to a higher governance layer if below threshold.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: escalateBelow
owner: CoherenceThreshold
domain_of:
- CoherenceThreshold
range: boolean