We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02295a3 commit e23088fCopy full SHA for e23088f
envelope.md
@@ -16,7 +16,7 @@ to define the schema. JSON is the only recommended encoding.)
16
The standard data structure for storing a signed message is a JSON message of
17
the following form, called the "JSON envelope":
18
19
-```json
+```jsonc
20
{
21
// Arbitrary binary data can be encode in base64.
22
"payload": "<Base64(byte sequence)>",
0 commit comments