Change kind
This commit is contained in:
parent
4b750618ad
commit
cdf9db61e6
9
41.md
9
41.md
|
@ -8,7 +8,7 @@ Clients need a simple, relay-indexable way to discover physical places (e.g., RV
|
||||||
|
|
||||||
## 2. Event Kind
|
## 2. Event Kind
|
||||||
|
|
||||||
- **Kind:** `37515`
|
- **Kind:** `33000`
|
||||||
- **Type:** Addressable (NIP-01)
|
- **Type:** Addressable (NIP-01)
|
||||||
- **Parameterized key:** the first `["d", <identifier>]` tag (e.g., a random ID)
|
- **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
|
```json
|
||||||
{
|
{
|
||||||
"kinds": [37515],
|
"kinds": [33000],
|
||||||
"#g": [
|
"#g": [
|
||||||
"dhvj",
|
"dhvj",
|
||||||
"dhvm",
|
"dhvm",
|
||||||
|
@ -100,7 +100,7 @@ Clients need a simple, relay-indexable way to discover physical places (e.g., RV
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"kinds": [37515],
|
"kinds": [33000],
|
||||||
"authors": ["<pubkey>"],
|
"authors": ["<pubkey>"],
|
||||||
"#d": ["permit:FL:44-54-00003"]
|
"#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
|
```json
|
||||||
{
|
{
|
||||||
"kind": 37515,
|
"kind": 33000,
|
||||||
"pubkey": "598cece47f7ed9516a30d43f0045b6cfb78454af3829c18a941c4196959345ee",
|
"pubkey": "598cece47f7ed9516a30d43f0045b6cfb78454af3829c18a941c4196959345ee",
|
||||||
"created_at": 1758720595,
|
"created_at": 1758720595,
|
||||||
"tags": [
|
"tags": [
|
||||||
|
@ -174,7 +174,6 @@ Clients need a simple, relay-indexable way to discover physical places (e.g., RV
|
||||||
## 8. Examples
|
## 8. Examples
|
||||||
|
|
||||||
- https://rvparker.westernbtc.com
|
- https://rvparker.westernbtc.com
|
||||||
- https://go.yondar.me
|
|
||||||
|
|
||||||
## 9. Validation Rules and Privacy
|
## 9. Validation Rules and Privacy
|
||||||
|
|
||||||
|
|
|
@ -264,8 +264,8 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
|
||||||
| `31989` | Handler recommendation | [89](89.md) |
|
| `31989` | Handler recommendation | [89](89.md) |
|
||||||
| `31990` | Handler information | [89](89.md) |
|
| `31990` | Handler information | [89](89.md) |
|
||||||
| `32267` | Software Application | |
|
| `32267` | Software Application | |
|
||||||
|
| `33000` | Physical Location | [42](42.md) |
|
||||||
| `34550` | Community Definition | [72](72.md) |
|
| `34550` | Community Definition | [72](72.md) |
|
||||||
| `37515` | Physical Location | [42](42.md) |
|
|
||||||
| `37516` | Geocache listing | [geocaching](geocaching) |
|
| `37516` | Geocache listing | [geocaching](geocaching) |
|
||||||
| `38172` | Cashu Mint Announcement | [87](87.md) |
|
| `38172` | Cashu Mint Announcement | [87](87.md) |
|
||||||
| `38173` | Fedimint Announcement | [87](87.md) |
|
| `38173` | Fedimint Announcement | [87](87.md) |
|
||||||
|
|
Loading…
Reference in New Issue