change t tags to l tags, remove r all together

This commit is contained in:
Josh 2025-10-03 23:04:29 -04:00
parent aeee8cbaac
commit 42f5563123
1 changed files with 1 additions and 3 deletions

4
41.md
View File

@ -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"],