Class: Ucode::Models::Audit::CodepointProvenance

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/ucode/models/audit/codepoint_provenance.rb

Overview

Per-codepoint provenance row attached to a BlockSummary's missing_codepoint_provenance collection.

Populated only when the audit used a Audit::UniversalSetReference. UCD-only audits omit the field entirely — preserving the legacy wire shape.

Wire shape (one entry per missing codepoint):

{
"codepoint": 10981,
"tier": "tier-1",
"source": "lentariso"
}

tier and source mirror the universal-set manifest (UniversalSetEntry) and let downstream renderers (TODO 26) display the missing glyph + its provenance next to each row.