diff --git a/standards/application/metadata.md b/standards/application/metadata.md index e034fc9..0bd9660 100644 --- a/standards/application/metadata.md +++ b/standards/application/metadata.md @@ -1,13 +1,11 @@ --- -slug: 66 -title: 66/WAKU2-METADATA +title: WAKU2-METADATA name: Waku Metadata Protocol -status: raw editor: Alvaro Revuelta contributors: --- -# Metadata Protocol +## Metadata Protocol Waku specifies a req/resp protocol that provides information about the node's medatadata. Such metadata is meant to be used by the node to decide if a peer is worth connecting or not. The node that makes the request, includes its metadata @@ -16,11 +14,11 @@ so that the receiver is aware of it, without requiring an extra interaction. The * `shards`: Shard indexes that the node is subscribed to. -## Protocol id +### Protocol id `/vac/waku/metadata/1.0.0` -## Request +### Request ```proto message WakuMetadataRequest { @@ -29,7 +27,7 @@ message WakuMetadataRequest { } ``` -## Response +### Response ```proto message WakuMetadataResponse {