UAIF / L1 / L1-F02

Root Cause Specific Type

Objective

Capture and validate the root cause specific type element within the Causal Separation Chain layer.

UAIF requirement

The incident record should implement the canonical root_cause_specific_type field using the defined UAIF data type, validation constraints, and conditional rules.

Business impact

Supports defensible separation of initiating cause from observed manifestation and records uncertainty in causal attribution.

Validation approach

Validate root_cause_specific_type for required in the Core profile, pattern conformance. Then review semantic consistency against the source incident evidence and the selected conformance profile.

Expected evidence

Retain the source record or analyst input for root_cause_specific_type, schema-validation output, transformation history, selected profile, schema version and reviewer rationale where judgement is involved.

Mapping and source

UAIF Schema Specification; UAIF Technical Specification; JSON pointer /properties/root_cause_specific_type.

Implementation guidance

Populate root_cause_specific_type from an identified source or documented analyst decision. Enforce the schema constraints at record creation and update, preserve the original value and provenance, and surface validation failures without silently coercing data.

Assessment considerations

Sample records across normal, boundary and invalid conditions. Confirm that root_cause_specific_type is populated only when applicable, conditional rules are enforced, provenance is retained and downstream systems do not change its meaning or precision.

Canonical schema definition

JSON propertyroot_cause_specific_type
Required in core profileYes
Type"string"
pattern^(Adversarial_Attack|Prompt_Injection|Model_Poisoning|Data_Poisoning|RAG_Leakage|Hallucination|Agent_Escalation|Policy_Violation|System_Failure|Human_Error|Supply_Chain_Compromise|Unauthorised_Access|Data_Breach|Denial_of_Service|Misuse|x_[A-Za-z0-9_]+)$

Source: UAIF Schema Specification and UAIF Core JSON Schema.