diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2023-11-04 16:55:28 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2023-11-04 16:55:28 -0300 |
| commit | 08d3eff350d11657160eca78459da34d9254252b (patch) | |
| tree | 6527ea5f3a62a2e5ed3173a29dab0b201bbe2bf7 | |
| parent | b14b9d2120ea7fd287eb44249ce5910df7ad45d2 (diff) | |
52: fix kinds (as ints).
| -rw-r--r-- | 52.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -40,7 +40,7 @@ The list of tags are as follows: | |||
| 40 | "id": <32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>, | 40 | "id": <32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>, |
| 41 | "pubkey": <32-bytes lowercase hex-encoded public key of the event creator>, | 41 | "pubkey": <32-bytes lowercase hex-encoded public key of the event creator>, |
| 42 | "created_at": <Unix timestamp in seconds>, | 42 | "created_at": <Unix timestamp in seconds>, |
| 43 | "kind": "31922", | 43 | "kind": 31922, |
| 44 | "content": "<description of calendar event>", | 44 | "content": "<description of calendar event>", |
| 45 | "tags": [ | 45 | "tags": [ |
| 46 | ["d", "<UUID>"], | 46 | ["d", "<UUID>"], |
| @@ -98,7 +98,7 @@ The list of tags are as follows: | |||
| 98 | "id": <32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>, | 98 | "id": <32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>, |
| 99 | "pubkey": <32-bytes lowercase hex-encoded public key of the event creator>, | 99 | "pubkey": <32-bytes lowercase hex-encoded public key of the event creator>, |
| 100 | "created_at": <Unix timestamp in seconds>, | 100 | "created_at": <Unix timestamp in seconds>, |
| 101 | "kind": "31923", | 101 | "kind": 31923, |
| 102 | "content": "<description of calendar event>", | 102 | "content": "<description of calendar event>", |
| 103 | "tags": [ | 103 | "tags": [ |
| 104 | ["d", "<UUID>"], | 104 | ["d", "<UUID>"], |
| @@ -183,7 +183,7 @@ The list of tags are as follows: | |||
| 183 | "id": <32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>, | 183 | "id": <32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>, |
| 184 | "pubkey": <32-bytes lowercase hex-encoded public key of the event creator>, | 184 | "pubkey": <32-bytes lowercase hex-encoded public key of the event creator>, |
| 185 | "created_at": <Unix timestamp in seconds>, | 185 | "created_at": <Unix timestamp in seconds>, |
| 186 | "kind": "31925", | 186 | "kind": 31925, |
| 187 | "content": "<note>", | 187 | "content": "<note>", |
| 188 | "tags": [ | 188 | "tags": [ |
| 189 | ["a", "<31922 or 31923>:<calendar event author pubkey>:<d-identifier of calendar event>", "<optional relay url>"], | 189 | ["a", "<31922 or 31923>:<calendar event author pubkey>:<d-identifier of calendar event>", "<optional relay url>"], |