js,json -> jsonc

This commit is contained in:
hakkadaikon
2024-11-18 02:33:29 +09:00
committed by fiatjaf_
parent ac60e1d662
commit f3244a0903
6 changed files with 17 additions and 17 deletions

4
11.md
View File

@@ -262,7 +262,7 @@ processed by appropriate client software.
Relays that require payments may want to expose their fee schedules.
```json
```jsonc
{
"payments_url": "https://my-relay/payments",
"fees": {
@@ -270,7 +270,7 @@ Relays that require payments may want to expose their fee schedules.
"subscription": [{ "amount": 5000000, "unit": "msats", "period": 2592000 }],
"publication": [{ "kinds": [4], "amount": 100, "unit": "msats" }],
},
...
// other fields...
}
```