dotids
Dotids are a class of identifiers composed of dot-separated segments used to name resources within software systems. The terminology is not standardized and may refer to different patterns in different contexts, but the common concept is a hierarchical namespace represented as a dotted string. For example: com.example.app.user.profile or org.openid.identity.
Structure and syntax: each segment uses alphanumeric characters and underscores, starting with a letter or underscore;
Usage: in configuration systems to name keys, in APIs to identify resources, as translation keys in internationalization,
Comparison to other identifiers: unlike universally unique identifiers (UUIDs), dotids are designed for human readability and