mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-10 06:09:08 -05:00
better specify recommendations
This commit is contained in:
parent
ea90f1f5a7
commit
597b6eafc8
6
55.md
6
55.md
|
@ -78,9 +78,9 @@ All tags can happen more than once.
|
|||
|
||||
## Skill Endorsements
|
||||
|
||||
NIP-32 labels SHOULD be used to endorse the resume's skills. The `a` tag MUST be added to link to the resume.
|
||||
[NIP-32](32.md) labels SHOULD be used to endorse the resume's skills. The `a` tag MUST be added to link to the resume.
|
||||
|
||||
```json
|
||||
```jsonc
|
||||
{
|
||||
"kind": 1985,
|
||||
"tags": [
|
||||
|
@ -100,6 +100,8 @@ Kind `518` MUST be used to write a recommendation into a resume. The `a` tag MU
|
|||
{
|
||||
"kind": 518,
|
||||
"tags": [
|
||||
["relationship", "<peer, over-me, under-me>"],
|
||||
["vouching_period", "<start unix timestamp>", "<end unix timestamp>"], // this person is known to me since, or closed to me between these dates.
|
||||
["a", "11000:<pubkey>:"]
|
||||
],
|
||||
"content": "<recommendation text>"
|
||||
|
|
Loading…
Reference in New Issue
Block a user