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 5788b3a commit ca13026Copy full SHA for ca13026
src/network/mini-protocols.md
@@ -74,4 +74,8 @@ doesn't carry any:
74
75
## Message formats
76
77
-The format of exchanged data is described in the [Codec basics](../codecs) section.
+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