Skip to content
Merged
Changes from 1 commit
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
11 changes: 8 additions & 3 deletions aip/general/0140.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,14 @@ this case, services **may** use a `string`.

### URIs

Field names representing URLs or URIs **should** always use `uri` rather than
`url`. This is because while all URLs are URIs, not all URIs are URLs. Field
names **may** use a prefix in front of `uri` as appropriate.
Field names representing arbitrary URIs **should** always use `uri`. In
particular, note that URLs are URIs but not all URIs are URLs.

Field names **may** use a prefix in front of `uri` as appropriate.

### URLs
Comment thread
noahdietz marked this conversation as resolved.
Outdated

If a field can only represent a URL, the field name should always use `url`.
Comment thread
stephanemoore marked this conversation as resolved.
Outdated
Comment thread
noahdietz marked this conversation as resolved.
Outdated
Comment thread
stephanemoore marked this conversation as resolved.
Outdated

### Reserved words

Expand Down