17
205
Fork
You've already forked human.json
6

Feature: "notes"-like information? #13

Open
opened 2026年03月12日 03:14:59 +01:00 by nfnitloop · 1 comment

I'd love to be able to mention how I know "url" is a human.

Ex:

{
 "url": "https://bob.example.com/",
 "note": "I've known Bob since high school.",
 "vouched-at": "2026年03月11日"
}

Though, maybe this is getting into FOAF territory.

If support for JSON comments is defined, I could just fall back to:

{
 // I've known Bob since high school.
 "url": "https://bob.example.com/",
 "vouched-at": "2026年03月11日"
}
I'd love to be able to mention how I know "url" is a human. Ex: ```json { "url": "https://bob.example.com/", "note": "I've known Bob since high school.", "vouched-at": "2026年03月11日" } ``` Though, maybe this is getting into FOAF territory. If support for JSON comments is defined, I could just fall back to: ```json { // I've known Bob since high school. "url": "https://bob.example.com/", "vouched-at": "2026年03月11日" } ```

Yeah, I really like the idea of a note attribute. I think it's the least controversial feature we could add to the protocol next.

Yeah, I really like the idea of a `note` attribute. I think it's the least controversial feature we could add to the protocol next.
robida removed their assignment 2026年03月19日 19:05:15 +01:00
robida added this to the v0.2.0 milestone 2026年03月23日 23:35:57 +01:00
Sign in to join this conversation.
No Branch/Tag specified
main
spec-0.2.0
crawler
No results found.
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
robida/human.json#13
Reference in a new issue
robida/human.json
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?