File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1454,11 +1454,11 @@ The permitted values for `uuidEncoding` are:
14541454- `rfc9562` : The UUID value is encoded in the standard {{RFC9562}} format
14551455 (e.g., `550e8400-e29b-41d4-a716-446655440000`). This is the default.
14561456- `base32hex` : The UUID value is encoded as a 26-character unpadded base32hex
1457- string as defined in {{RFC4648}}.
1457+ string as defined in {{RFC4648}} (e.g., `AHO84039NASJ54B68SL50G0000`) .
14581458- `base64` : The UUID value is encoded as a base64 string as defined in
1459- {{RFC4648}}.
1459+ {{RFC4648}} (e.g., `VQ6EAOKbQdSnFkRmVUQAAA==`) .
14601460- `base64url` : The UUID value is encoded as a base64url string as defined in
1461- {{RFC4648}}.
1461+ {{RFC4648}} (e.g., `VQ6EAOKbQdSnFkRmVUQAAA`) .
14621462
14631463If `uuidEncoding` is not specified, the default encoding is `rfc9562`.
14641464
You can’t perform that action at this time.
0 commit comments