fix mismatch between schema and example

This commit is contained in:
sandwich 2024-01-23 19:55:39 +00:00
parent 2db9908166
commit 41feba2746

17
66.md
View File

@ -212,23 +212,28 @@ A Relay Monitor publishes `30066`` events exclusively when a relay is operationa
"content": "{}", "content": "{}",
"tags": [ "tags": [
["d","wss://some.relay/"], ["d","wss://some.relay/"],
["n", "clearnet"]
["N", "1"], ["N", "1"],
["N", "7"], ["N", "7"],
["rtt", "open", "201", "190", "540"], ["rtt", "open", "201", "190", "540"],
["rtt", "read", "35", "60", "46"], ["rtt", "read", "35", "60", "46"],
["rtt", "write", "701", "497", "508"], ["rtt", "write", "701", "497", "508"],
["ssl", "valid", "timestamp", "timestamp"], ["ssl", "valid", "timestamp", "timestamp"],
["count", "502341", "events"],
["count", "21.4", "events_per_minute"], ["count", "21.4", "events_per_minute"],
["L", "network"]
["l", "clearnet", "network"]
["g", "ww8p1r4t8"], ["g", "ww8p1r4t8"],
["G", "countryCode"] ["G", "countryCode"]
["g", "NL", "countryCode", "alpha-2"], ["g", "NL", "countryCode"],
["L", "ipv4"], ["L", "ipv4"],
["l", "1.1.1.1""ipv4" ], ["l", "1.1.1.1", "ipv4" ],
["L", "ipv6"], ["L", "ipv6"],
["l", "2001:db8:3333:4444:5555:6666:7777:8888", "ipv6"] ["l", "2001:db8:3333:4444:5555:6666:7777:8888", "ipv6"],
["L", "nip11.tags" ],
["l", "sfw-only", "nip11.tags" ],
["l", "bitcoin-only", "nip11.tags" ]
["L", "nip11.language_tags" ],
["l", "en", "nip11.language_tags" ],
["l", "en-419", "nip11.language_tags" ],
["nip11", "65535", "limitation.max_message_length" ]
] ]
} }
``` ```