mirror of
https://github.com/edufeed-org/nips.git
synced 2025-12-09 16:24:32 +00:00
Several NIP examples (3, 11) weren't quoting the field keys (JSON keys must be quoted)
This commit is contained in:
parent
1840c5cbdf
commit
8b18e7818e
2 changed files with 10 additions and 10 deletions
6
03.md
6
03.md
|
|
@ -10,11 +10,11 @@ When there is an OTS available it MAY be included in the existing event body und
|
|||
|
||||
```
|
||||
{
|
||||
id: ...,
|
||||
kind: ...,
|
||||
"id": ...,
|
||||
"kind": ...,
|
||||
...,
|
||||
...,
|
||||
ots: <base64-encoded OTS file data>
|
||||
"ots": <base64-encoded OTS file data>
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue