Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions aip/general/0140.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ Examples:
- `spec` (**not** `specification`)
- `stats` (**not** `statistics`)

Furthermore, well known abbreviations for units **should** be used in field names.
See [AIP-141][] for more guidance on fields that represent quantities. Examples:

- `distance_km` (**not** `distance_kilometers`)
- `width_px` (**not** `width_pixels`)

### Adjectives

For uniformity, field names that contain both a noun and an adjective
Expand Down Expand Up @@ -201,6 +207,7 @@ creating a more coherent surface. At the same time, the requirement being a

## Changelog

- **2025-10-23**: Call out AIP-141 unit abbreviations as preferred.
- **2025-03-10**: Add rationale for URI guidance.
- **2024-12-20**: Copy over abbreviations guidance from old design site.
- **2024-08-26**: Codify exception to string and base64 guidance
Expand Down