Skip to content

Commit

Permalink
chore: Linkify in AIP-0148 UID-format
Browse files Browse the repository at this point in the history
It can be useful to know what the other values are even if they are not
going to be used.
  • Loading branch information
achew22 committed Oct 31, 2023
1 parent e7e3c3b commit 5e4f35b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/rules/0148/uid-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ field, as mandated in [AIP-148][].
## Details

This rule looks on for fields named `uid` and complains if it does not have the
`(google.api.field_info).format = UUID4` annotation or has a format other than
`UUID4`.
`(google.api.field_info).format = UUID4` annotation or has a
[format](https://github.com/googleapis/googleapis/blob/master/google/api/field_info.proto#L54)
other than `UUID4`.

## Examples

Expand Down

0 comments on commit 5e4f35b

Please sign in to comment.