diff options
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>, |