Merge branch 'master' into nip71-imeta

This commit is contained in:
Kieran
2024-10-15 11:15:54 +01:00
committed by GitHub
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...
}
```