Merge branch 'master' into nip71-imeta

This commit is contained in:
Kieran 2024-10-15 11:15:54 +01:00 committed by GitHub
commit 1e2f19863c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
59 changed files with 1632 additions and 555 deletions

4
94.md
View file

@ -28,7 +28,7 @@ This NIP specifies the use of the `1063` event type, having in `content` a descr
* `fallback` (optional) zero or more fallback file sources in case `url` fails
* `service` (optional) service type which is serving the file (eg. [NIP-96](96.md))
```json
```jsonc
{
"kind": 1063,
"tags": [
@ -47,7 +47,7 @@ This NIP specifies the use of the `1063` event type, having in `content` a descr
["alt", <description>]
],
"content": "<caption>",
...
// other fields...
}
```