better specify recommendations

This commit is contained in:
Vitor Pamplona 2024-04-25 09:53:17 -04:00
parent ea90f1f5a7
commit 597b6eafc8

6
55.md
View File

@ -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>"