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

Document minimal human.json for own site #38

Open
opened 2026年03月24日 13:25:25 +01:00 by jwildeboer · 0 comments

The most important example is missing, in my opinion. The absolute minimal human.json file.

Would it be:

{
 "version": "0.1.1",
 "url": "https://my.site.com"
}

or

{
 "version": "0.1.1",
 "url": "https://my.site.com",
 "vouches": [
 {
 "url": "https://my.site.com",
 "vouched_at": "2026年03月25日"
 }
 ]
}

I am not really sure from the current spec. If it is the first one, it would be missing the vouched_at, if it is the second one, it feels a bit redundant and "chatty".

The most important example is missing, in my opinion. The absolute minimal `human.json` file. Would it be: ```json { "version": "0.1.1", "url": "https://my.site.com" } ``` or ```json { "version": "0.1.1", "url": "https://my.site.com", "vouches": [ { "url": "https://my.site.com", "vouched_at": "2026年03月25日" } ] } ``` I am not really sure from the current spec. If it is the first one, it would be missing the `vouched_at`, if it is the second one, it feels a bit redundant and "chatty".
robida added this to the v0.2.0 milestone 2026年03月26日 00:09:39 +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
1 participant
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#38
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?