change t tags to l tags, remove r all together
This commit is contained in:
parent
aeee8cbaac
commit
42f5563123
4
41.md
4
41.md
|
@ -31,7 +31,6 @@ Clients need a simple, relay-indexable way to discover physical places (e.g., RV
|
|||
- `["amenity", "<amenity type>"]`
|
||||
- `["hours", "<day of week abbrevation>", "<shift one>", "<shift two>", ...]` - e.g., ["hours","thu","09:00/12:30","13:30/17:00"]
|
||||
- `["l", "<type>"]` — freeform type labels used to reduce results for usecase (e.g., `business`, `rv_park`, `restaurant`, etc.)
|
||||
- `["r", "<suggested relay>"]`
|
||||
|
||||
### 3.3. Optional tags
|
||||
|
||||
|
@ -90,7 +89,7 @@ Clients need a simple, relay-indexable way to discover physical places (e.g., RV
|
|||
"djj2",
|
||||
"djj8"
|
||||
],
|
||||
"#t": ["rv_park"]
|
||||
"#l": ["rv_park"]
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -120,7 +119,6 @@ Clients need a simple, relay-indexable way to discover physical places (e.g., RV
|
|||
["l", "business"],
|
||||
["l", "rv_park"],
|
||||
["name", "Lochloosa Harbor RV Park"],
|
||||
["r", "wss://relay.westernbtc.com"],
|
||||
["payment_method", "USD", "credit_card"],
|
||||
["payment_method", "USD", "apple_pay"],
|
||||
["payment_method", "USD", "cash"],
|
||||
|
|
Loading…
Reference in New Issue