From 6c6251cfb26a1dbf751be16b08ad4ad3c357de44 Mon Sep 17 00:00:00 2001 From: dskvr Date: Wed, 1 Mar 2023 18:03:57 +0100 Subject: [PATCH] fix inconsistency in schema description --- 66.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/66.md b/66.md index 2f960123..28f77b5b 100644 --- a/66.md +++ b/66.md @@ -51,7 +51,7 @@ The tags should be used to represent the Relay's abilities and meta at a point i ["ip", "1.1.1.1"], //tagIp[] ["ip", "2001:db8:3333:4444:5555:6666:7777:8888"] //tagIp[] ``` -9. `"events" == tagEvents[0]` Number of events on relay. `tagEvents[]` **may** be included in the `event.tags[]` array. `tagEvents[1]` **must** be string. There **should** only be **one (1)** `tagEvents[]` +9. `"events" == tagEvents[0]` Number of events on relay. `tagEvents[]` **may** be included in the `event.tags[]` array. `tagEvents[1]` **must** be string. There **should** be no more than **one (1)** `tagEvents[]` ```json ["events", "502341"], //tagEvents[] ```