From b0ec6ad16b6a227b5c401156a27a5d867b00a70d Mon Sep 17 00:00:00 2001 From: DanielTavaresA Date: Thu, 27 Jun 2024 09:08:47 +0000 Subject: [PATCH] auto-format action fixes --- docs/messageData.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/messageData.md b/docs/messageData.md index 47b11c274d..a1be6f5d58 100644 --- a/docs/messageData.md +++ b/docs/messageData.md @@ -3364,6 +3364,7 @@ This message is sent by both organizers to their servers to be broadcast. The me ```json5 // ../protocol/examples/messageData/federation_tokens_exchange/federation_tokens_exchange.json + { "object": "federation", "action": "tokens_exchange", @@ -3372,11 +3373,13 @@ This message is sent by both organizers to their servers to be broadcast. The me "tokens": ["M5ZychEi5rwm22FjwjNuljL1qMJWD2sE7oX9fcHNMDU="], "timestamp": 1712854874 } + ``` ```json5 // ../protocol/query/method/message/data/dataFederationTokensExchange.json + { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/dedis/popstellar/master/protocol/query/method/message/data/dataFederationTokensExchange.json",