From 5e4f35bb3b61b1e59141e70d46fa0fd6874db0f2 Mon Sep 17 00:00:00 2001 From: Andrew Z Allen Date: Tue, 31 Oct 2023 22:48:05 +0000 Subject: [PATCH] chore: Linkify in AIP-0148 UID-format It can be useful to know what the other values are even if they are not going to be used. --- docs/rules/0148/uid-format.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/rules/0148/uid-format.md b/docs/rules/0148/uid-format.md index 3faa35fd4..1c1c591ca 100644 --- a/docs/rules/0148/uid-format.md +++ b/docs/rules/0148/uid-format.md @@ -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