diff options
Diffstat (limited to '11.md')
| -rw-r--r-- | 11.md | 14 |
1 files changed, 7 insertions, 7 deletions
| @@ -12,13 +12,13 @@ When a relay receives an HTTP(s) request with an `Accept` header of `application | |||
| 12 | 12 | ||
| 13 | ```json | 13 | ```json |
| 14 | { | 14 | { |
| 15 | name: <string identifying relay>, | 15 | "name": <string identifying relay>, |
| 16 | description: <string with detailed information>, | 16 | "description": <string with detailed information>, |
| 17 | pubkey: <administrative contact pubkey>, | 17 | "pubkey": <administrative contact pubkey>, |
| 18 | contact: <administrative alternate contact>, | 18 | "contact": <administrative alternate contact>, |
| 19 | supported_nips: <a list of NIP numbers supported by the relay>, | 19 | "supported_nips": <a list of NIP numbers supported by the relay>, |
| 20 | software: <string identifying relay software URL>, | 20 | "software": <string identifying relay software URL>, |
| 21 | version: <string version identifier> | 21 | "version": <string version identifier> |
| 22 | } | 22 | } |
| 23 | ``` | 23 | ``` |
| 24 | 24 | ||