diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2024-01-21 16:08:45 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2024-01-21 16:08:45 -0300 |
| commit | d0812229a5569372a6cd1bdb8d148beb1820585d (patch) | |
| tree | bd6f065a735d7b738380813238de697c22c95c36 /52.md | |
| parent | c766f8892b46b26a91ac1e570cb605a8074b78b2 (diff) | |
use jsonc in some places.
Diffstat (limited to '52.md')
| -rw-r--r-- | 52.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -38,7 +38,7 @@ The list of tags are as follows: | |||
| 38 | The following tags are deprecated: | 38 | The following tags are deprecated: |
| 39 | * `name` name of the calendar event. Use only if `title` is not available. | 39 | * `name` name of the calendar event. Use only if `title` is not available. |
| 40 | 40 | ||
| 41 | ```json | 41 | ```jsonc |
| 42 | { | 42 | { |
| 43 | "id": <32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>, | 43 | "id": <32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>, |
| 44 | "pubkey": <32-bytes lowercase hex-encoded public key of the event creator>, | 44 | "pubkey": <32-bytes lowercase hex-encoded public key of the event creator>, |
| @@ -99,7 +99,7 @@ The list of tags are as follows: | |||
| 99 | The following tags are deprecated: | 99 | The following tags are deprecated: |
| 100 | * `name` name of the calendar event. Use only if `title` is not available. | 100 | * `name` name of the calendar event. Use only if `title` is not available. |
| 101 | 101 | ||
| 102 | ```json | 102 | ```jsonc |
| 103 | { | 103 | { |
| 104 | "id": <32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>, | 104 | "id": <32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>, |
| 105 | "pubkey": <32-bytes lowercase hex-encoded public key of the event creator>, | 105 | "pubkey": <32-bytes lowercase hex-encoded public key of the event creator>, |