Skip to content

Commit

Permalink
Linkify reference
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 authored Oct 31, 2023
1 parent e7e3c3b commit 90f33fe
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_behavior.proto#L49)
other than `UUID4`.

## Examples

Expand Down

0 comments on commit 90f33fe

Please sign in to comment.