consistency

This commit is contained in:
Vitor Pamplona 2024-01-03 12:12:53 -05:00
parent 6231cbc063
commit f0d0fb4640

4
01.md
View File

@ -117,8 +117,8 @@ To open, update, and close subscriptions, Clients MUST use the following formats
```json
{
"ids": [<id1>, <id2>, ...],
"authors": [pubkey1, pubkey2, ...],
"kinds": [kind1, kind2, ...],
"authors": [<pubkey1>, <pubkey2>, ...],
"kinds": [<kind1>, <kind2>, ...],
"#<single-letter-tag-key (a-zA-Z)>": [tag value1, tag value2, ...],
"since": <an integer unix timestamp in seconds, events must be newer than this to pass>,
"until": <an integer unix timestamp in seconds, events must be older than this to pass>,