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:
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