PropNameID
PropNameID is a conceptual identifier used to refer to the name of a property within a data model, schema, or metadata system. It is distinct from the property's value, type, or semantics, and serves as a stable reference that maps a human-readable name to a machine-facing identifier.
Representations of PropNameID vary by system. Common forms include string-based qualified names that combine a namespace
The primary purposes of PropNameID are stability, efficiency, and evolution. By encoding property names as IDs
Typical usage scenarios include data interchange formats, configuration files, and APIs where properties are accessed by
Example: a numeric ID such as 1023 might reference the property name "createdAt" within a given namespace,