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
14
11.md
14
11.md
|
|
@ -12,13 +12,13 @@ When a relay receives an HTTP(s) request with an `Accept` header of `application
|
|||
|
||||
```json
|
||||
{
|
||||
name: <string identifying relay>,
|
||||
description: <string with detailed information>,
|
||||
pubkey: <administrative contact pubkey>,
|
||||
contact: <administrative alternate contact>,
|
||||
supported_nips: <a list of NIP numbers supported by the relay>,
|
||||
software: <string identifying relay software URL>,
|
||||
version: <string version identifier>
|
||||
"name": <string identifying relay>,
|
||||
"description": <string with detailed information>,
|
||||
"pubkey": <administrative contact pubkey>,
|
||||
"contact": <administrative alternate contact>,
|
||||
"supported_nips": <a list of NIP numbers supported by the relay>,
|
||||
"software": <string identifying relay software URL>,
|
||||
"version": <string version identifier>
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue