Table of Contents | ||
---|---|---|
|
...
See: https://github.com/Orthogramic/Orthogramic_Metamodel
Schema properties
Field | Type | Required | Description | Example |
---|---|---|---|---|
| string (uuid) | Yes | Unique identifier for the trigger | "TRG-EXT-2025-01" |
| string | Yes | Short, human-readable name of the trigger | "New Regulatory Mandate" |
| string | No | Expanded explanation of the trigger's relevance | "Mandate issued by the national regulator requiring compliance with new safety standards" |
| string (enum) | Yes | Primary classification of trigger context | "Regulatory_Compliance" |
| string | No | More specific classification within the primary category | "Safety Standards Update" |
| string (enum) | Yes | Whether the trigger originates from inside or outside the organization | "External" |
| string (enum) | No | The temporal nature of the trigger | "Medium_Term" |
| string (enum) | No | The potential significance of the trigger | "High" |
| string (date) | No | Date when the trigger was identified | "2025-04-19" |
| string | No | Reference to source document, report, or authority identifying the trigger | |
| array of string (uuid) | No | References to other related triggers | ["TRG-EXT-2025-02"] |
| array of string (uuid) | No | References to related | ["SRM-2025-001", "SRM-2025-002"] |
...