Change kind

This commit is contained in:
Josh 2025-10-07 13:59:20 -04:00
parent 4b750618ad
commit cdf9db61e6
2 changed files with 5 additions and 6 deletions

9
41.md
View File

@ -8,7 +8,7 @@ Clients need a simple, relay-indexable way to discover physical places (e.g., RV
## 2. Event Kind
- **Kind:** `37515`
- **Kind:** `33000`
- **Type:** Addressable (NIP-01)
- **Parameterized key:** the first `["d", <identifier>]` tag (e.g., a random ID)
@ -75,7 +75,7 @@ Clients need a simple, relay-indexable way to discover physical places (e.g., RV
```json
{
"kinds": [37515],
"kinds": [33000],
"#g": [
"dhvj",
"dhvm",
@ -100,7 +100,7 @@ Clients need a simple, relay-indexable way to discover physical places (e.g., RV
```json
{
"kinds": [37515],
"kinds": [33000],
"authors": ["<pubkey>"],
"#d": ["permit:FL:44-54-00003"]
}
@ -112,7 +112,7 @@ Clients need a simple, relay-indexable way to discover physical places (e.g., RV
```json
{
"kind": 37515,
"kind": 33000,
"pubkey": "598cece47f7ed9516a30d43f0045b6cfb78454af3829c18a941c4196959345ee",
"created_at": 1758720595,
"tags": [
@ -174,7 +174,6 @@ Clients need a simple, relay-indexable way to discover physical places (e.g., RV
## 8. Examples
- https://rvparker.westernbtc.com
- https://go.yondar.me
## 9. Validation Rules and Privacy

View File

@ -264,8 +264,8 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
| `31989` | Handler recommendation | [89](89.md) |
| `31990` | Handler information | [89](89.md) |
| `32267` | Software Application | |
| `33000` | Physical Location | [42](42.md) |
| `34550` | Community Definition | [72](72.md) |
| `37515` | Physical Location | [42](42.md) |
| `37516` | Geocache listing | [geocaching](geocaching) |
| `38172` | Cashu Mint Announcement | [87](87.md) |
| `38173` | Fedimint Announcement | [87](87.md) |