-
Notifications
You must be signed in to change notification settings - Fork 32
Architecture: Common Patterns
Shannon Weyrick edited this page Jul 16, 2021
·
8 revisions
- Unique identifiers for objects in the model are named
id
and are UUIDv4 format
Name labels are string/text fields which are meant to be unique identifiers or labels for an object. They may contain ASCII letters and digits, as well as underscores and colons. Must match the regex [a-zA-Z_:][a-zA-Z0-9_:]*