File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Open diff view settings
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Open diff view settings
Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ message FieldInfo {
5454 FORMAT_UNSPECIFIED = 0 ;
5555
5656 // Universally Unique Identifier, version 4, value as defined by
57- // https://datatracker.ietf.org/doc/html/rfc4122 . The value may be
57+ // https://datatracker.ietf.org/doc/html/rfc9562 . The value may be
5858 // normalized to entirely lowercase letters. For example, the value
59- // `F47AC10B-58CC-0372 -8567-0E02B2C3D479` would be normalized to
60- // `f47ac10b-58cc-0372 -8567-0e02b2c3d479`.
59+ // `F47AC10B-58CC-4372 -8567-0E02B2C3D479` would be normalized to
60+ // `f47ac10b-58cc-4372 -8567-0e02b2c3d479`.
6161 UUID4 = 1 ;
6262
6363 // Internet Protocol v4 value as defined by [RFC
@@ -77,6 +77,13 @@ message FieldInfo {
7777 // values defined herein. See the comments on the IPV4 and IPV6 types for
7878 // allowed normalizations of each.
7979 IPV4_OR_IPV6 = 4 ;
80+
81+ // Universally Unique Identifier, version 7, value as defined by
82+ // https://datatracker.ietf.org/doc/html/rfc9562. The value may be
83+ // normalized to entirely lowercase letters. For example, the value
84+ // `0191BEB8-D8AC-7ED0-BB2C-F98EB85EFFE9` would be normalized to
85+ // `0191beb8-d8ac-7ed0-bb2c-f98eb85effe9`.
86+ UUID7 = 5 ;
8087 }
8188
8289 // The standard format of a field value. This does not explicitly configure
You can’t perform that action at this time.
0 commit comments