Table of Contents | ||
---|---|---|
|
...
See: https://github.com/Orthogramic/Orthogramic_Metamodel
Schema properties
Field | Type |
---|
Required | Description |
---|
Example |
---|
|
string ( |
uuid) |
triggerID
Yes | Unique identifier |
UUID
—
label
Short name
String
—
description
Detailed explanation
String
—
primaryCategory
High-level trigger classification
Enum
See list (10 items)
subCategory
Subtype within the category
String
—
origin
Trigger source
Enum
Internal, External, Hybrid
timeHorizon
Timing relevance
Enum
Immediate, Short_Term, Medium_Term, Long_Term
impactLevel
Severity or magnitude
Enum
Low, Medium, High, Critical
status
Lifecycle status
Enum
Emerging, Ongoing, Declining, Resolved
detectionDate
When identified
Date
ISO 8601
validUntil
When no longer relevant
Date
ISO 8601
sourceReference
External supporting reference
String
—
relatedTriggers
References to related triggers
Array
UUIDs
strategicResponseReferences
Responses influenced by this trigger
Array
for the trigger |
| |||
| string | Yes | Short, human-readable name of the trigger |
|
| string | No | Expanded explanation of the trigger's relevance |
|
| string (enum) | Yes | Primary classification of trigger context |
|
| string | No | More specific classification within the primary category |
|
| string (enum) | Yes | Whether the trigger originates from inside or outside the organisation |
|
| string (enum) | No | The temporal nature of the trigger |
|
| string (enum) | No | The potential significance of the trigger |
|
| string (enum) | No | The current status in the lifecycle of the trigger |
|
| string (date) | No | Date when the trigger was identified |
|
| string (date) | No | Expected end of relevance for this trigger |
|
| string | No | Reference to source document or authority identifying the trigger |
|
| array of uuid | No | References to other related triggers |
|
| array of uuid | No | References to related Strategic Response artefacts |
|
This schema allows organizations to systematically capture and manage triggers that necessitate strategic responses, ensuring traceability and alignment across the enterprise architecture.
...