diff options
| author | Kieran <kieran@harkin.me> | 2024-10-15 11:15:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-15 11:15:54 +0100 |
| commit | 1e2f19863ca56754daa2466881eb22087a71b17d (patch) | |
| tree | 4f7be759dce290fea1d3ae10c403260b466ee16c /94.md | |
| parent | 53afaaece61f02e92b5ef9c3e9c32945c7ebf522 (diff) | |
| parent | e381b577c997b849fa544eea7dc9f08b360b4a33 (diff) | |
Merge branch 'master' into nip71-imeta
Diffstat (limited to '94.md')
| -rw-r--r-- | 94.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -28,7 +28,7 @@ This NIP specifies the use of the `1063` event type, having in `content` a descr | |||
| 28 | * `fallback` (optional) zero or more fallback file sources in case `url` fails | 28 | * `fallback` (optional) zero or more fallback file sources in case `url` fails |
| 29 | * `service` (optional) service type which is serving the file (eg. [NIP-96](96.md)) | 29 | * `service` (optional) service type which is serving the file (eg. [NIP-96](96.md)) |
| 30 | 30 | ||
| 31 | ```json | 31 | ```jsonc |
| 32 | { | 32 | { |
| 33 | "kind": 1063, | 33 | "kind": 1063, |
| 34 | "tags": [ | 34 | "tags": [ |
| @@ -47,7 +47,7 @@ This NIP specifies the use of the `1063` event type, having in `content` a descr | |||
| 47 | ["alt", <description>] | 47 | ["alt", <description>] |
| 48 | ], | 48 | ], |
| 49 | "content": "<caption>", | 49 | "content": "<caption>", |
| 50 | ... | 50 | // other fields... |
| 51 | } | 51 | } |
| 52 | ``` | 52 | ``` |
| 53 | 53 | ||