Skip to content

Commit e23088f

Browse files
AdamZWuMarkLodato
andauthored
Update envelope.md
Co-authored-by: Mark Lodato <[email protected]>
1 parent 02295a3 commit e23088f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

envelope.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ to define the schema. JSON is the only recommended encoding.)
1616
The standard data structure for storing a signed message is a JSON message of
1717
the following form, called the "JSON envelope":
1818

19-
```json
19+
```jsonc
2020
{
2121
// Arbitrary binary data can be encode in base64.
2222
"payload": "<Base64(byte sequence)>",

0 commit comments

Comments
 (0)