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