diff options
Diffstat (limited to '11.md')
| -rw-r--r-- | 11.md | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -20,11 +20,9 @@ When a relay receives an HTTP(s) request with an `Accept` header of `application | |||
| 20 | "contact": <administrative alternate contact>, | 20 | "contact": <administrative alternate contact>, |
| 21 | "supported_nips": <a list of NIP numbers supported by the relay>, | 21 | "supported_nips": <a list of NIP numbers supported by the relay>, |
| 22 | "software": <string identifying relay software URL>, | 22 | "software": <string identifying relay software URL>, |
| 23 | "version": <string version identifier> | 23 | "version": <string version identifier>, |
| 24 | "privacy_policy": <a link to a text file describing the relay's privacy policy>, | 24 | "privacy_policy": <a link to a text file describing the relay's privacy policy>, |
| 25 | "terms_of_service": <a link to a text file describing the relay's term of service>, | 25 | "terms_of_service": <a link to a text file describing the relay's term of service>, |
| 26 | |||
| 27 | |||
| 28 | } | 26 | } |
| 29 | ``` | 27 | ``` |
| 30 | 28 | ||