Skip to content

Commit ca13026

Browse files
committed
Keep info about message formats in network/mini-protocols
1 parent 5788b3a commit ca13026

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/network/mini-protocols.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,8 @@ doesn't carry any:
7474

7575
## Message formats
7676

77-
The format of exchanged data is described in the [Codec basics](../codecs) section.
77+
The messages of the mini-protocols are encoded in [CBOR](https://cbor.io), a
78+
compact binary encoding of JSON, while the schema of valid messages is expressed
79+
in CDDL ([Concise Data Definition
80+
Language](https://datatracker.ietf.org/doc/rfc8610/)). See [Codec
81+
basics](../codecs) for more details.

0 commit comments

Comments
 (0)