diff options
| author | Vitor Pamplona <vitor@vitorpamplona.com> | 2023-06-15 09:38:30 -0400 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-08-08 13:27:32 -0300 |
| commit | 0c3df0ee30ca2a6eff842d7f851fd022e055a030 (patch) | |
| tree | a99091cda6acef0145a47fdc5c2610daba75d11f | |
| parent | 4e61eb4e468a071c7d1efc8d0df6df06f65d5926 (diff) | |
Removes quotes from kind
Co-authored-by: arthurfranca <arthur.a.franca@gmail.com>
| -rw-r--r-- | 172.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -17,7 +17,7 @@ Kind 34550 should include any field that helps define the community and the set | |||
| 17 | "id": "<32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>", | 17 | "id": "<32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>", |
| 18 | "pubkey": "<32-bytes lowercase hex-encoded public key of the event creator>", | 18 | "pubkey": "<32-bytes lowercase hex-encoded public key of the event creator>", |
| 19 | "created_at": "<Unix timestamp in seconds>", | 19 | "created_at": "<Unix timestamp in seconds>", |
| 20 | "kind": "34550", | 20 | "kind": 34550, |
| 21 | "tags": [ | 21 | "tags": [ |
| 22 | ["d", "<community_name>"], | 22 | ["d", "<community_name>"], |
| 23 | ["description", "<community_description>"], | 23 | ["description", "<community_description>"], |