upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/94.md
diff options
context:
space:
mode:
authorKieran <kieran@harkin.me>2024-10-15 11:15:54 +0100
committerGitHub <noreply@github.com>2024-10-15 11:15:54 +0100
commit1e2f19863ca56754daa2466881eb22087a71b17d (patch)
tree4f7be759dce290fea1d3ae10c403260b466ee16c /94.md
parent53afaaece61f02e92b5ef9c3e9c32945c7ebf522 (diff)
parente381b577c997b849fa544eea7dc9f08b360b4a33 (diff)
Merge branch 'master' into nip71-imeta
Diffstat (limited to '94.md')
-rw-r--r--94.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/94.md b/94.md
index eb22393..021cc4c 100644
--- a/94.md
+++ b/94.md
@@ -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