Expand description
EntityTypeRegistry — validates and normalises (EntityKind, entity_type) pairs.
Canonical, dependency-light home for the closed entity-subtype taxonomy (#571): both KG create validation and schedule replay validation resolve against this single registry instead of maintaining separate copies.
Structs§
- Entity
Type Def - One entry in the registry: a canonical subtype name for a specific kind, together with any accepted aliases.
- Entity
Type Registry - Registry for
(EntityKind, entity_type)pair validation and alias normalisation. - Resolved
Entity Type - Resolved output of
EntityTypeRegistry::resolve.
Enums§
- Entity
Type Error - Error produced by
EntityTypeRegistry::resolve.