Skip to main content

Module entity_type

Module entity_type 

Source
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§

EntityTypeDef
One entry in the registry: a canonical subtype name for a specific kind, together with any accepted aliases.
EntityTypeRegistry
Registry for (EntityKind, entity_type) pair validation and alias normalisation.
ResolvedEntityType
Resolved output of EntityTypeRegistry::resolve.

Enums§

EntityTypeError
Error produced by EntityTypeRegistry::resolve.