Skip to content

Architecture: Common Patterns

Shannon Weyrick edited this page Jul 16, 2021 · 8 revisions

Data Model

  • Unique identifiers for objects in the model are named id and are UUIDv4 format

Name Labels

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_:]*