Skip to content

Commit 7aa8607

Browse files
author
Clemens Vasters
committed
Add inline examples for each UUID encoding format
1 parent 603051f commit 7aa8607

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

draft-vasters-json-structure-core.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

14631463
If `uuidEncoding` is not specified, the default encoding is `rfc9562`.
14641464

0 commit comments

Comments
 (0)