UAIF / L2 / L2-F02

Severity Presentation Score

Objective

Capture and validate the severity presentation score element within the Severity Scoring layer.

UAIF requirement

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

Business impact

Supports consistent severity communication while preserving the analytical score, presentation score and calculation rationale separately.

Validation approach

Validate severity_presentation_score for numeric bounds and precision. Then review semantic consistency against the source incident evidence and the selected conformance profile.

Expected evidence

Retain the source record or analyst input for severity_presentation_score, 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/severity_presentation_score.

Implementation guidance

Populate severity_presentation_score 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 severity_presentation_score 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 propertyseverity_presentation_score
Required in core profileNo
Type"number"
minimum0.0
maximum10.0
multipleOf0.1

Source: UAIF Schema Specification and UAIF Core JSON Schema.