diff --git a/41.md b/41.md index 4030d524..d48d2e0f 100644 --- a/41.md +++ b/41.md @@ -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", ]` 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": [""], "#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 diff --git a/README.md b/README.md index 036ba870..1c4ae9b3 100644 --- a/README.md +++ b/README.md @@ -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) |