mirror of
https://github.com/edufeed-org/nips.git
synced 2025-12-09 16:24:32 +00:00
reformat a bunch of json things and small nitpicks.
This commit is contained in:
parent
b0df71824f
commit
5dcfe85306
21 changed files with 385 additions and 365 deletions
9
32.md
9
32.md
|
|
@ -64,7 +64,8 @@ A suggestion that multiple pubkeys be associated with the `permies` topic.
|
|||
["l", "permies", "#t"],
|
||||
["p", <pubkey1>, <relay_url>],
|
||||
["p", <pubkey2>, <relay_url>]
|
||||
]
|
||||
],
|
||||
...
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -78,7 +79,8 @@ A report flagging violence toward a human being as defined by ontology.example.c
|
|||
["l", "VI-hum", "com.example.ontology"],
|
||||
["p", <pubkey1>, <relay_url>],
|
||||
["p", <pubkey2>, <relay_url>]
|
||||
]
|
||||
],
|
||||
...
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -92,6 +94,7 @@ A moderation suggestion for a chat event.
|
|||
["l", "approve", "nip28.moderation"],
|
||||
["e", <kind40_event_id>, <relay_url>]
|
||||
],
|
||||
...
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -105,6 +108,7 @@ Assignment of a license to an event.
|
|||
["l", "MIT", "license"],
|
||||
["e", <event_id>, <relay_url>]
|
||||
],
|
||||
...
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -119,6 +123,7 @@ is labeling their note as being related to Milan, Italy using ISO 3166-2.
|
|||
["l", "IT-MI", "ISO-3166-2"]
|
||||
],
|
||||
"content": "It's beautiful here in Milan!",
|
||||
...
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue